summaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-rw-r--r--sway/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index ebb45930..19648782 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -14,7 +14,7 @@
14#include "log.h" 14#include "log.h"
15#include "readline.h" 15#include "readline.h"
16#include "handlers.h" 16#include "handlers.h"
17#include "ipc.h" 17#include "ipc-server.h"
18#include "sway.h" 18#include "sway.h"
19 19
20static bool terminate_request = false; 20static bool terminate_request = false;