From 3dc646ea889084cd7aa980f38124b5df548cf10d Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 5 Jun 2023 23:45:28 +0300 Subject: Add some missing includes/declarations --- include/backend/session/session.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/backend/session') 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 + +struct wl_display; struct wlr_session; struct wlr_session *libseat_session_create(struct wl_display *disp); -- cgit v1.2.3