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.
This commit is contained in:
Ryan Lortie 2013-01-14 00:06:26 -05:00
parent 59e46c4928
commit f8756694cf

View File

@ -31,6 +31,8 @@
* MT safe
*/
#include "config.h"
#include <glib.h>
void