Add some missing includes/declarations

This commit is contained in:
Kirill Primak 2023-06-05 23:45:28 +03:00 committed by Alexander Orzechowski
parent c5f4df6c96
commit 3dc646ea88
9 changed files with 17 additions and 0 deletions

View file

@ -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);