summaryrefslogtreecommitdiffstats
path: root/common/log.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-06-06 09:34:01 -0400
committerLibravatar GitHub <noreply@github.com>2017-06-06 09:34:01 -0400
commitfd47a30e75cccfc3789eafa4bfabd66f4696099b (patch)
tree10c1529eb56235b303bdbca905e8b80dce47ae6d /common/log.c
parentRevert "Drop epoll dependency" (diff)
parentFreeBSD fixes (diff)
downloadsway-fd47a30e75cccfc3789eafa4bfabd66f4696099b.tar.gz
sway-fd47a30e75cccfc3789eafa4bfabd66f4696099b.tar.zst
sway-fd47a30e75cccfc3789eafa4bfabd66f4696099b.zip
Merge pull request #1232 from johalun/master-freebsd
FreeBSD fixes
Diffstat (limited to 'common/log.c')
-rw-r--r--common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.c b/common/log.c
index 61937495..af1bdc3f 100644
--- a/common/log.c
+++ b/common/log.c
@@ -1,4 +1,4 @@
1#define _POSIX_C_SOURCE 1 1#define _POSIX_C_SOURCE 199506L
2#include <errno.h> 2#include <errno.h>
3#include <libgen.h> 3#include <libgen.h>
4#include <signal.h> 4#include <signal.h>