diff options
author | emersion <contact@emersion.fr> | 2018-08-16 11:22:42 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-08-16 11:22:42 +0100 |
commit | 24212df830e2848582121746fd0284bd2d7da67a (patch) | |
tree | eee024aa4fcca051c19c8729172a51b74d582acf /rootston | |
parent | 56600804fffe79abbcf4004a74c18bdb85afea2a (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.c | 2 |
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> |