summaryrefslogtreecommitdiffstats
path: root/sway/commands/output/background.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-09-03 10:59:18 -0400
committerLibravatar GitHub <noreply@github.com>2018-09-03 10:59:18 -0400
commite4afd33d478c14fd82e585eefe36b5576d78c5bb (patch)
treedd7397f8494a9ef8493674d550bafbc0333a8376 /sway/commands/output/background.c
parentMerge pull request #2563 from taiyu-len/fix/misaligned-pointer-access (diff)
parentChange _XOPEN_SOURCE defines to _POSIX_C_SOURCE (diff)
downloadsway-e4afd33d478c14fd82e585eefe36b5576d78c5bb.tar.gz
sway-e4afd33d478c14fd82e585eefe36b5576d78c5bb.tar.zst
sway-e4afd33d478c14fd82e585eefe36b5576d78c5bb.zip
Merge pull request #2542 from sghctoma/fix-freebsd-build
FreeBSD fixes
Diffstat (limited to 'sway/commands/output/background.c')
-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 74894812..ddad679d 100644
--- a/sway/commands/output/background.c
+++ b/sway/commands/output/background.c
@@ -1,4 +1,4 @@
1#define _XOPEN_SOURCE 500 1#define _POSIX_C_SOURCE 200809
2#include <libgen.h> 2#include <libgen.h>
3#include <strings.h> 3#include <strings.h>
4#include <unistd.h> 4#include <unistd.h>