glib-types.h: Include glib.h, since we use G_BEGIN_DECLS
authorColin Walters <walters@verbum.org>
Tue, 7 Jun 2011 20:26:43 +0000 (16:26 -0400)
committerColin Walters <walters@verbum.org>
Tue, 7 Jun 2011 20:26:43 +0000 (16:26 -0400)
This header is included individually by g-ir-scanner.

gobject/glib-types.h

index 239853d..f4c6980 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef __GLIB_TYPES_H__
 #define __GLIB_TYPES_H__
 
+#include <glib.h>
+
 G_BEGIN_DECLS
 
 /* A hack necesssary to preprocess this file with g-ir-scanner */