summaryrefslogtreecommitdiffstats
path: root/utils/bench.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-01 14:41:32 -0400
committerDavid Robillard <d@drobilla.net>2016-08-01 14:41:32 -0400
commit88992b952f5cc0bb20cff835247198a0886ab310 (patch)
tree246ec59e4937ffcbe3565726d11519ec6290772b /utils/bench.h
parent844ae92f089fecae14702517044773adaa32203f (diff)
downloadlilv-88992b952f5cc0bb20cff835247198a0886ab310.tar.gz
lilv-88992b952f5cc0bb20cff835247198a0886ab310.tar.bz2
lilv-88992b952f5cc0bb20cff835247198a0886ab310.zip
Use consistent feature test macros
Diffstat (limited to 'utils/bench.h')
-rw-r--r--utils/bench.h2
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>