1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-28 01:36:23 +02:00

sway/commands: add missing wlr_keyboard interface include in xkb_switch_layout

This commit is contained in:
Simon Zeni 2022-02-09 16:19:56 -05:00 committed by Kirill Primak
parent f707f583e1
commit f8990523b4

View File

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