aboutsummaryrefslogtreecommitdiff
path: root/examples/layer-shell.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-08-16 10:54:45 +0100
committeremersion <contact@emersion.fr>2018-08-16 10:54:45 +0100
commitf86f1daf9a6f143d003bcba8b16a737d6510f2e5 (patch)
tree3ec06cd45790fd88cbb886a8cf2eb7610125b1f6 /examples/layer-shell.c
parent28b0a4065b8d37b5301fb75377f1859b1b08af0b (diff)
Fix build on FreeBSD
Diffstat (limited to 'examples/layer-shell.c')
-rw-r--r--examples/layer-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/layer-shell.c b/examples/layer-shell.c
index 70ae21f0..f56825c3 100644
--- a/examples/layer-shell.c
+++ b/examples/layer-shell.c
@@ -1,4 +1,4 @@
-#define _POSIX_C_SOURCE 199309L
+#define _POSIX_C_SOURCE 200112L
#ifdef __linux__
#include <linux/input-event-codes.h>
#elif __FreeBSD__