summaryrefslogtreecommitdiffstats
path: root/sway/handlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/handlers.c')
-rw-r--r--sway/handlers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index d74d6252..5862c2b9 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -1,4 +1,6 @@
1#define _XOPEN_SOURCE 500
1#include <xkbcommon/xkbcommon.h> 2#include <xkbcommon/xkbcommon.h>
3#include <strings.h>
2#include <stdlib.h> 4#include <stdlib.h>
3#include <stdbool.h> 5#include <stdbool.h>
4#include <libinput.h> 6#include <libinput.h>