aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-10-17 16:14:35 +0200
committerLibravatar GitHub <noreply@github.com>2018-10-17 16:14:35 +0200
commit46dafbf74a164fadf6de41c556d5cfc8a2fcee14 (patch)
tree70bcbb30dd628e463a462ab0adc8a9bbd3732fd0 /common
parentMerge pull request #2861 from RyanDwyer/fix-empty-workspace-crashes (diff)
parentSet sysconfdir to /etc only if prefix is /usr (diff)
downloadsway-46dafbf74a164fadf6de41c556d5cfc8a2fcee14.tar.gz
sway-46dafbf74a164fadf6de41c556d5cfc8a2fcee14.tar.zst
sway-46dafbf74a164fadf6de41c556d5cfc8a2fcee14.zip
Merge pull request #2864 from sghctoma/freebsd-fixes
FreeBSD fixes
Diffstat (limited to 'common')
-rw-r--r--common/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/loop.c b/common/loop.c
index 750bee75..82b80017 100644
--- a/common/loop.c
+++ b/common/loop.c
@@ -1,4 +1,4 @@
1#define _POSIX_C_SOURCE 199309L 1#define _POSIX_C_SOURCE 200112L
2#include <limits.h> 2#include <limits.h>
3#include <string.h> 3#include <string.h>
4#include <stdbool.h> 4#include <stdbool.h>