mirror of
https://github.com/swaywm/sway.git
synced 2024-11-16 13:13:17 +00:00
sway/commands: add missing wlr_keyboard interface include in xkb_switch_layout
This commit is contained in:
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…
Reference in a new issue