gstrfuncs.h: needs gmacros.h for G_BEGIN_DECLS
authorRyan Lortie <desrt@desrt.ca>
Mon, 8 Feb 2010 05:43:17 +0000 (00:43 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 8 Feb 2010 05:44:32 +0000 (00:44 -0500)
glib/gstrfuncs.h

index ee291f8..534f26e 100644 (file)
@@ -32,6 +32,7 @@
 #define __G_STRFUNCS_H__
 
 #include <stdarg.h>
+#include <glib/gmacros.h>
 #include <glib/gtypes.h>
 
 G_BEGIN_DECLS