From bd803f8a117cc65ca835bb430ef107ccfc22e354 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 8 Nov 2023 23:17:23 +0000 Subject: [PATCH] girepository: Add missing #include to gitypes.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise the GIR generation for libgirepository doesn’t work, as GLib doesn’t get pulled in to provide basic types. Signed-off-by: Philip Withnall Helps: #3155 --- girepository/gitypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/girepository/gitypes.h b/girepository/gitypes.h index 4df37900c..3d382c974 100644 --- a/girepository/gitypes.h +++ b/girepository/gitypes.h @@ -28,6 +28,8 @@ #error "Only can be included directly." #endif +#include + G_BEGIN_DECLS typedef struct _GIBaseInfoStub {