gstrfuncs.h: needs gmacros.h for G_BEGIN_DECLS

This commit is contained in:
Ryan Lortie 2010-02-08 00:43:17 -05:00
parent 0be1a4fb97
commit bd6a88aef7

View File

@ -32,6 +32,7 @@
#define __G_STRFUNCS_H__
#include <stdarg.h>
#include <glib/gmacros.h>
#include <glib/gtypes.h>
G_BEGIN_DECLS