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)
commitac05f990db211a27a950d61ef4bf47335ced7cc4
tree661b50b98790cdc94d344003b665649c6f81e598
parent1bc08279b907529627677c9191664862c063de49
Fix header cleaup fallout when using system pcre

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