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 e17d8aab3cd9c0822ae40f943c77cc195d2c5ad4..9c0dd0d742ebb9e6816b965e900b0a15ee9bcbc2 100644 (file)
@@ -25,6 +25,8 @@
 #ifndef ATK_BRIDGE_H
 #define ATK_BRIDGE_H
 
+#include <glib.h>
+
 G_BEGIN_DECLS
 
 int atk_bridge_adaptor_init (int * argc, char ** argv[]);