diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-07 16:03:55 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-07 16:03:55 +0000 |
commit | 3ac40938c350090c9a0a7d3131ab1f8bd4570d59 (patch) | |
tree | 9251a481b9501d87b297d7559f9dd4b6b4c57c9a /src/common | |
parent | Merge pull request #4852 (diff) | |
download | monero-3ac40938c350090c9a0a7d3131ab1f8bd4570d59.tar.xz |
timings: fix errno.h mispelt as error.h
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/timings.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/timings.cc b/src/common/timings.cc index cb8deff2a..612ac2cc6 100644 --- a/src/common/timings.cc +++ b/src/common/timings.cc @@ -1,5 +1,5 @@ #include <string.h> -#include <error.h> +#include <errno.h> #include <time.h> #include <algorithm> #include <boost/algorithm/string.hpp> |