aboutsummaryrefslogtreecommitdiff
path: root/sway/main.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-09-18 07:27:35 -0400
committerDrew DeVault <sir@cmpwn.com>2015-09-18 07:27:35 -0400
commit318e1be240574e316094e5ea73d32e9f9a1f7c04 (patch)
treeb93c54cba11fd92adb56dce49261d9adb88991fd /sway/main.c
parent8e25ce4e5763c74864587b0a78217eb20c299afe (diff)
Fix warnings introduced by prior commit
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
index 97243f99..66921184 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -7,6 +7,7 @@
#include <signal.h>
#include <getopt.h>
#include "layout.h"
+#include "stringop.h"
#include "config.h"
#include "log.h"
#include "readline.h"