aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-07 16:03:55 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-07 16:03:55 +0000
commit3ac40938c350090c9a0a7d3131ab1f8bd4570d59 (patch)
tree9251a481b9501d87b297d7559f9dd4b6b4c57c9a
parentMerge pull request #4852 (diff)
downloadmonero-3ac40938c350090c9a0a7d3131ab1f8bd4570d59.tar.xz
timings: fix errno.h mispelt as error.h
-rw-r--r--src/common/timings.cc2
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>