diff options
author | Simon Ser <contact@emersion.fr> | 2024-02-15 12:01:24 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2024-02-15 15:56:36 +0100 |
commit | 541e6e260c2df0346b421cacfaf4ce5d204c49ba (patch) | |
tree | 10a90352976b9d7e48e9846f8a3e8fb30b4379c5 /sway/lock.c | |
parent | ca40663d4277ade2a7dfec0484db5b7881799ee4 (diff) |
Drop unnecessary includes from sway/server.h
Diffstat (limited to 'sway/lock.c')
-rw-r--r-- | sway/lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/lock.c b/sway/lock.c index 8ad9c3f6..d267de4f 100644 --- a/sway/lock.c +++ b/sway/lock.c @@ -1,6 +1,7 @@ #define _POSIX_C_SOURCE 200809L #include <assert.h> #include <wlr/types/wlr_scene.h> +#include <wlr/types/wlr_session_lock_v1.h> #include "log.h" #include "sway/input/cursor.h" #include "sway/input/keyboard.h" |