aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLibravatar sghctoma <sghctoma@gmail.com>2018-09-03 09:08:49 +0200
committerLibravatar sghctoma <sghctoma@gmail.com>2018-09-03 09:08:49 +0200
commit073dcb3a8650ee45bb98701fccd6530d9dd1a3f4 (patch)
tree481cb9426254945dbca8c55a005117f46dba6e11 /client
parentMerge remote-tracking branch 'upstream/master' into fix-freebsd-build (diff)
downloadsway-073dcb3a8650ee45bb98701fccd6530d9dd1a3f4.tar.gz
sway-073dcb3a8650ee45bb98701fccd6530d9dd1a3f4.tar.zst
sway-073dcb3a8650ee45bb98701fccd6530d9dd1a3f4.zip
Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE
Diffstat (limited to 'client')
-rw-r--r--client/pool-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pool-buffer.c b/client/pool-buffer.c
index 6555a3ae..588bd06c 100644
--- a/client/pool-buffer.c
+++ b/client/pool-buffer.c
@@ -1,4 +1,4 @@
1#define _XOPEN_SOURCE 600 1#define _POSIX_C_SOURCE 200809
2#include <assert.h> 2#include <assert.h>
3#include <cairo/cairo.h> 3#include <cairo/cairo.h>
4#include <fcntl.h> 4#include <fcntl.h>