aboutsummaryrefslogtreecommitdiff
path: root/sway/debug_log.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-12-21 20:42:08 -0500
committerDrew DeVault <sir@cmpwn.com>2015-12-21 20:42:08 -0500
commit91c102a897467ff1bae345458ccf096e32e7bd15 (patch)
tree104c612d08afef1566c9b56f962641bb39c0dc1b /sway/debug_log.c
parent5a13d19d4967cd90def4c29cd5ebfbaaa43bc1da (diff)
parentc3e9ee5e43c6d7adf6d5c9b74b39a5170cfe0b02 (diff)
downloadsway-91c102a897467ff1bae345458ccf096e32e7bd15.tar.xz
Merge pull request #393 from robotanarchy/musl-libc-compatibility
musl libc compatibility
Diffstat (limited to 'sway/debug_log.c')
-rw-r--r--sway/debug_log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/debug_log.c b/sway/debug_log.c
index 8b30ed45..6fd6422f 100644
--- a/sway/debug_log.c
+++ b/sway/debug_log.c
@@ -10,7 +10,6 @@
#include <errno.h>
#include <string.h>
#include <stringop.h>
-#include <execinfo.h>
#include "workspace.h"
extern log_importance_t v;