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 1c11db4..83d7853 100644 --- a/utils/bench.h +++ b/utils/bench.h @@ -21,7 +21,7 @@ #ifndef BENCH_H #define BENCH_H -#define _POSIX_C_SOURCE 199309L +#define _POSIX_C_SOURCE 200809L #include <time.h> #include <sys/time.h> |