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)
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

index fd03b1d..6ccf0f6 100644 (file)
@@ -31,6 +31,8 @@
  * MT safe
  */
 
+#include "config.h"
+
 #include <glib.h>
 
 void