mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
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:
parent
ab3454a515
commit
bd803f8a11
@ -28,6 +28,8 @@
|
|||||||
#error "Only <girepository.h> can be included directly."
|
#error "Only <girepository.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct _GIBaseInfoStub {
|
typedef struct _GIBaseInfoStub {
|
||||||
|
Loading…
Reference in New Issue
Block a user