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 f21fbe8743517de1c89ad62ddcf611fd8ba701b6..b62bda73519d3d9a75f323a2e91009ef3dcb6ad2 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