aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/workspace.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-03 10:59:18 -0400
committerGitHub <noreply@github.com>2018-09-03 10:59:18 -0400
commite4afd33d478c14fd82e585eefe36b5576d78c5bb (patch)
treedd7397f8494a9ef8493674d550bafbc0333a8376 /sway/tree/workspace.c
parent7d353813d502d50439a7d50b55304fc835f3c7fd (diff)
parent073dcb3a8650ee45bb98701fccd6530d9dd1a3f4 (diff)
downloadsway-e4afd33d478c14fd82e585eefe36b5576d78c5bb.tar.xz
Merge pull request #2542 from sghctoma/fix-freebsd-build
FreeBSD fixes
Diffstat (limited to 'sway/tree/workspace.c')
-rw-r--r--sway/tree/workspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/workspace.c b/sway/tree/workspace.c
index 60256336..1957d94f 100644
--- a/sway/tree/workspace.c
+++ b/sway/tree/workspace.c
@@ -1,4 +1,4 @@
-#define _XOPEN_SOURCE 500
+#define _POSIX_C_SOURCE 200809
#include <ctype.h>
#include <limits.h>
#include <stdbool.h>