From 24212df830e2848582121746fd0284bd2d7da67a Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 16 Aug 2018 11:22:42 +0100 Subject: [PATCH] rootston: fix again FreeBSD build Had an outdated copy of wlroots, so missed that one. --- rootston/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include #include