sway/commands: add missing wlr_keyboard interface include in xkb_switch_layout

master
Simon Zeni 3 years ago committed by Kirill Primak
parent f707f583e1
commit f8990523b4

@ -1,5 +1,6 @@
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include <assert.h> #include <assert.h>
#include <wlr/interfaces/wlr_keyboard.h>
#include "sway/config.h" #include "sway/config.h"
#include "sway/commands.h" #include "sway/commands.h"
#include "sway/input/input-manager.h" #include "sway/input/input-manager.h"

Loading…
Cancel
Save