diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-11 08:54:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 08:54:28 -0400 |
commit | bf5299a3a55040d8593c87d02bec364784c2c911 (patch) | |
tree | 690fe47fe25765394a13b2eb60f6870cc483a707 /examples | |
parent | f7bcb2750b4756ed2b5231a8a2831f26ab6d93ef (diff) | |
parent | a5fe9aa73633594b443e2a1a990cdf23addbb28b (diff) | |
download | wlroots-bf5299a3a55040d8593c87d02bec364784c2c911.tar.xz |
Merge pull request #252 from myfreeweb/freebsd-compat
Add FreeBSD compatibility
Diffstat (limited to 'examples')
-rw-r--r-- | examples/output-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/output-layout.c b/examples/output-layout.c index 560a7113..771ccd77 100644 --- a/examples/output-layout.c +++ b/examples/output-layout.c @@ -1,5 +1,5 @@ #define _POSIX_C_SOURCE 199309L -#define _XOPEN_SOURCE 500 +#define _XOPEN_SOURCE 700 #include <stdio.h> #include <stdlib.h> #include <time.h> |