summaryrefslogtreecommitdiff
path: root/common/log.c
diff options
context:
space:
mode:
authorZandr Martin <[email protected]>2017-03-13 07:35:12 -0400
committerZandr Martin <[email protected]>2017-03-13 07:35:12 -0400
commitb507462d1c66e11cce76e069a508621dc9599f07 (patch)
tree52cc52fb0ec42085c37bee5f4f2e5c5f10cf2631 /common/log.c
parent18450dd16a3909d0ea581f5f9cad4128751870cc (diff)
parent2e1083f52cbec40ed00df27dd1fb5b4d42d9254b (diff)
Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliases
Diffstat (limited to 'common/log.c')
-rw-r--r--common/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log.c b/common/log.c
index 825b176b..c3809c69 100644
--- a/common/log.c
+++ b/common/log.c
@@ -1,3 +1,4 @@
+#define _POSIX_C_SOURCE 1
#include <errno.h>
#include <libgen.h>
#include <signal.h>