Fix undeclared G_BEGIN_DECL usage
authorBastien Nocera <hadess@hadess.net>
Thu, 14 Jun 2012 18:43:54 +0000 (19:43 +0100)
committerBastien Nocera <hadess@hadess.net>
Thu, 14 Jun 2012 18:43:54 +0000 (19:43 +0100)
atk-adaptor/atk-bridge.h

index e17d8aa..9c0dd0d 100644 (file)
@@ -25,6 +25,8 @@
 #ifndef ATK_BRIDGE_H
 #define ATK_BRIDGE_H
 
 #ifndef ATK_BRIDGE_H
 #define ATK_BRIDGE_H
 
+#include <glib.h>
+
 G_BEGIN_DECLS
 
 int atk_bridge_adaptor_init (int * argc, char ** argv[]);
 G_BEGIN_DECLS
 
 int atk_bridge_adaptor_init (int * argc, char ** argv[]);