From dad374b1a05bc98a5b8c90e2de51ce87dc4fbd8f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 7 Jun 2011 16:26:43 -0400 Subject: [PATCH] glib-types.h: Include glib.h, since we use G_BEGIN_DECLS This header is included individually by g-ir-scanner. --- gobject/glib-types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gobject/glib-types.h b/gobject/glib-types.h index 239853d28..f4c69809a 100644 --- a/gobject/glib-types.h +++ b/gobject/glib-types.h @@ -23,6 +23,8 @@ #ifndef __GLIB_TYPES_H__ #define __GLIB_TYPES_H__ +#include + G_BEGIN_DECLS /* A hack necesssary to preprocess this file with g-ir-scanner */