From f8990523b456ad4eba2bd9c22dff87772d7b0953 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Wed, 9 Feb 2022 16:19:56 -0500 Subject: sway/commands: add missing wlr_keyboard interface include in xkb_switch_layout --- sway/commands/input/xkb_switch_layout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/commands/input/xkb_switch_layout.c b/sway/commands/input/xkb_switch_layout.c index d6548a68..3be37daf 100644 --- a/sway/commands/input/xkb_switch_layout.c +++ b/sway/commands/input/xkb_switch_layout.c @@ -1,5 +1,6 @@ #define _POSIX_C_SOURCE 200809L #include +#include #include "sway/config.h" #include "sway/commands.h" #include "sway/input/input-manager.h" -- cgit v1.2.3-54-g00ecf