allocator_traits<allocator<T>> partial specialization
[gcc.git] / boehm-gc / specific.c
index 7d5d8894d81039f43bc4cfffdefe09df275d91ce..e78cf7ac912ac3b707898d11d315d175f4fcade3 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "private/gc_priv.h" /* For GC_compare_and_exchange, GC_memory_barrier */
 
-#if defined(GC_LINUX_THREADS)
+#if defined(GC_LINUX_THREADS) || defined(GC_GNU_THREADS)
 
 #include "private/specific.h"