diff options
Diffstat (limited to 'utils/bench.h')
-rw-r--r-- | utils/bench.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bench.h b/utils/bench.h index 83d7853..9006cf5 100644 --- a/utils/bench.h +++ b/utils/bench.h @@ -23,8 +23,8 @@ #define _POSIX_C_SOURCE 200809L -#include <time.h> #include <sys/time.h> +#include <time.h> static inline double bench_elapsed_s(const struct timespec* start, const struct timespec* end) |