From f86f1daf9a6f143d003bcba8b16a737d6510f2e5 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 16 Aug 2018 10:54:45 +0100 Subject: Fix build on FreeBSD --- rootston/seat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston/seat.c') 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 #include #include -- cgit v1.2.3