gthread-impl.c: add missing #include "config.h"
authorRyan Lortie <desrt@desrt.ca>
Mon, 14 Jan 2013 05:06:26 +0000 (00:06 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 14 Jan 2013 05:06:26 +0000 (00:06 -0500)
commitf8756694cf3883b45d88eca99c013511f7ed0c10
tree6b2ad2cbf7a8d8ce60b706c94a3e0ac7b2d93060
parent59e46c4928243f63072996f6e98dab24d765df05
gthread-impl.c: add missing #include "config.h"

One of the features of our new symbol exporting regime is that it forces
config.h to be included at the top of every .c file.

This was missed in gthread-impl.c.

The only reason this wasn't noticed is because nothing in this file is
being used anymore.  We need those symbols to continue to be exported
for reasons of ABI backwards compatibility, however.
gthread/gthread-impl.c