win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
[gcc.git] / boehm-gc / win32_threads.c
index d2e97dee7d0b2cec1e1fca50fe6434ace6579daf..5604290de945840ffe5b1cd758239fc6d9764c56 100644 (file)
@@ -1,6 +1,7 @@
+#include "private/gc_priv.h"
+
 #if defined(GC_WIN32_THREADS) 
 
-#include "private/gc_priv.h"
 #include <windows.h>
 
 #ifdef CYGWIN32