aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/input/xkb_rules.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/input/xkb_rules.c')
-rw-r--r--sway/commands/input/xkb_rules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/input/xkb_rules.c b/sway/commands/input/xkb_rules.c
index 257c3288..d3e576e6 100644
--- a/sway/commands/input/xkb_rules.c
+++ b/sway/commands/input/xkb_rules.c
@@ -1,4 +1,4 @@
1#define _XOPEN_SOURCE 700 1#define _POSIX_C_SOURCE 200809L
2#include "sway/config.h" 2#include "sway/config.h"
3#include "sway/commands.h" 3#include "sway/commands.h"
4#include "sway/input/input-manager.h" 4#include "sway/input/input-manager.h"