aboutsummaryrefslogtreecommitdiff
path: root/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-08-16 11:02:21 +0100
committerGitHub <noreply@github.com>2018-08-16 11:02:21 +0100
commitd66d33f5a2d32e437733ec894163242aa95a001e (patch)
tree4c8bde390dc39b9ad7982716b3e1f531d6102ba7 /rootston
parent1a73baac94a18e55be3a22aab4ca8fee35225941 (diff)
parentf86f1daf9a6f143d003bcba8b16a737d6510f2e5 (diff)
Merge pull request #1188 from emersion/freebsd-fixes
Fix build on FreeBSD
Diffstat (limited to 'rootston')
-rw-r--r--rootston/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/seat.c b/rootston/seat.c
index 27363d8e..9010d6e3 100644
--- a/rootston/seat.c
+++ b/rootston/seat.c
@@ -1,4 +1,4 @@
-#define _POSIX_C_SOURCE 199309L
+#define _POSIX_C_SOURCE 200112L
#include <assert.h>
#include <libinput.h>
#include <stdlib.h>