aboutsummaryrefslogtreecommitdiff
path: root/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-08-16 11:22:42 +0100
committeremersion <contact@emersion.fr>2018-08-16 11:22:42 +0100
commit24212df830e2848582121746fd0284bd2d7da67a (patch)
treeeee024aa4fcca051c19c8729172a51b74d582acf /rootston
parent56600804fffe79abbcf4004a74c18bdb85afea2a (diff)
rootston: fix again FreeBSD build
Had an outdated copy of wlroots, so missed that one.
Diffstat (limited to 'rootston')
-rw-r--r--rootston/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/input.c b/rootston/input.c
index de847d78..b7a5f1ba 100644
--- a/rootston/input.c
+++ b/rootston/input.c
@@ -1,4 +1,4 @@
-#define _POSIX_C_SOURCE 199309L
+#define _POSIX_C_SOURCE 200112L
#include <assert.h>
#include <stdlib.h>
#include <time.h>