summaryrefslogtreecommitdiffstats
path: root/test/bench.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/bench.h')
-rw-r--r--test/bench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bench.h b/test/bench.h
index 93d4002..3575633 100644
--- a/test/bench.h
+++ b/test/bench.h
@@ -16,8 +16,8 @@
#define _POSIX_C_SOURCE 199309L
-#include <time.h>
#include <sys/time.h>
+#include <time.h>
static inline double
elapsed_s(const struct timespec* start, const struct timespec* end)