Fix header cleaup fallout when using system pcre
authorRyan Lortie <desrt@desrt.ca>
Sat, 18 Sep 2010 16:52:58 +0000 (12:52 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 18 Sep 2010 16:52:58 +0000 (12:52 -0400)
Using the internal pcre has the side effect of exposing gregex.c to
glib.h.  When we use the system one, we lose that, so we need to
explicitly include the things we use (glist, gatomic, etc..)

glib/gregex.c

index f21fbe8..b62bda7 100644 (file)
 #include "gtypes.h"
 #include "gregex.h"
 #include "glibintl.h"
+#include "glist.h"
+#include "gmessages.h"
+#include "gstrfuncs.h"
+#include "gatomic.h"
 
 /**
  * SECTION:gregex