aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/output
diff options
context:
space:
mode:
authorsghctoma <sghctoma@gmail.com>2018-09-03 09:08:49 +0200
committersghctoma <sghctoma@gmail.com>2018-09-03 09:08:49 +0200
commit073dcb3a8650ee45bb98701fccd6530d9dd1a3f4 (patch)
tree481cb9426254945dbca8c55a005117f46dba6e11 /sway/commands/output
parentdf730a88919b078093dbc322926ada219a60d036 (diff)
Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE
Diffstat (limited to 'sway/commands/output')
-rw-r--r--sway/commands/output/background.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/output/background.c b/sway/commands/output/background.c
index 900a5e75..ddad679d 100644
--- a/sway/commands/output/background.c
+++ b/sway/commands/output/background.c
@@ -1,4 +1,4 @@
-#define _XOPEN_SOURCE 600
+#define _POSIX_C_SOURCE 200809
#include <libgen.h>
#include <strings.h>
#include <unistd.h>