girepository: Add missing #include to gitypes.h

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 <pwithnall@gnome.org>

Helps: #3155
This commit is contained in:
Philip Withnall 2023-11-08 23:17:23 +00:00
parent ab3454a515
commit bd803f8a11

View File

@ -28,6 +28,8 @@
#error "Only <girepository.h> can be included directly."
#endif
#include <glib.h>
G_BEGIN_DECLS
typedef struct _GIBaseInfoStub {