From faf40c60dc60683fa3698d15bb6955f1f5ea6185 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Thu, 20 Jun 2024 17:01:25 +0200 Subject: automatically init object on creation fix object finalize --- include/wayland-source.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wayland-source.h') diff --git a/include/wayland-source.h b/include/wayland-source.h index 342d82b..b219589 100644 --- a/include/wayland-source.h +++ b/include/wayland-source.h @@ -1,6 +1,8 @@ #ifndef __WAYLAND_SOURCE_H__ #define __WAYLAND_SOURCE_H__ +#include + G_BEGIN_DECLS typedef struct _WLSource WLSource; -- cgit v1.2.3