From f8756694cf3883b45d88eca99c013511f7ed0c10 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 14 Jan 2013 00:06:26 -0500 Subject: [PATCH] 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c index fd03b1d68..6ccf0f656 100644 --- a/gthread/gthread-impl.c +++ b/gthread/gthread-impl.c @@ -31,6 +31,8 @@ * MT safe */ +#include "config.h" + #include void