allocator_traits<allocator<T>> partial specialization
[gcc.git] / boehm-gc / specific.c
index 2c40c2b44a2623996d0a0fbfe34607e4bafb585e..e78cf7ac912ac3b707898d11d315d175f4fcade3 100644 (file)
  * modified is included with the above copyright notice.
  */
 
-#if defined(GC_LINUX_THREADS)
-
 #include "private/gc_priv.h" /* For GC_compare_and_exchange, GC_memory_barrier */
+
+#if defined(GC_LINUX_THREADS) || defined(GC_GNU_THREADS)
+
 #include "private/specific.h"
 
 static tse invalid_tse = {INVALID_QTID, 0, 0, INVALID_THREADID};