2006-08-19 Aaron Bockover <abockover@novell.com>
[mono.git] / libgc / specific.c
index 2c40c2b44a2623996d0a0fbfe34607e4bafb585e..7d5d8894d81039f43bc4cfffdefe09df275d91ce 100644 (file)
  * modified is included with the above copyright notice.
  */
 
+#include "private/gc_priv.h" /* For GC_compare_and_exchange, GC_memory_barrier */
+
 #if defined(GC_LINUX_THREADS)
 
-#include "private/gc_priv.h" /* For GC_compare_and_exchange, GC_memory_barrier */
 #include "private/specific.h"
 
 static tse invalid_tse = {INVALID_QTID, 0, 0, INVALID_THREADID};