mirror of
https://github.com/swaywm/sway.git
synced 2025-01-30 20:56:43 +00:00
fix a missing include
This commit is contained in:
parent
8689627774
commit
9188a34860
|
@ -5,6 +5,7 @@
|
|||
#include "sway/input/seat.h"
|
||||
#include "sway/tree/container.h"
|
||||
#include "stringop.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
struct keycode_matches {
|
||||
|
|
Loading…
Reference in a new issue