diff options
Diffstat (limited to 'include/backend/session/session.h')
-rw-r--r-- | include/backend/session/session.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/backend/session/session.h b/include/backend/session/session.h index 5eca7f57..0275f69f 100644 --- a/include/backend/session/session.h +++ b/include/backend/session/session.h @@ -1,6 +1,9 @@ #ifndef BACKEND_SESSION_SESSION_H #define BACKEND_SESSION_SESSION_H +#include <stdbool.h> + +struct wl_display; struct wlr_session; struct wlr_session *libseat_session_create(struct wl_display *disp); |