diff options
author | Pascal Pascher <pascalpascher@gmx.net> | 2018-07-25 12:17:10 +0200 |
---|---|---|
committer | Pascal Pascher <pascalpascher@gmx.net> | 2018-07-25 12:17:10 +0200 |
commit | 79a45d4a4049e3b9235915cd308ed2995623f833 (patch) | |
tree | 11c0f4b2eb4338b6ace9f519cc21328d68918b8e /sway/input/seat.c | |
parent | 2bf893248a94c7f70a9557aad4a8228731041eeb (diff) |
more style fixes, included "sway/config.h" where needed
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r-- | sway/input/seat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c index 6b4e5f2e..2d62b101 100644 --- a/sway/input/seat.c +++ b/sway/input/seat.c @@ -12,6 +12,7 @@ #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_xcursor_manager.h> #include "log.h" +#include "sway/config.h" #include "sway/debug.h" #include "sway/desktop.h" #include "sway/input/cursor.h" |