diff options
Diffstat (limited to 'boehm-gc/solaris_threads.c')
| -rw-r--r-- | boehm-gc/solaris_threads.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/boehm-gc/solaris_threads.c b/boehm-gc/solaris_threads.c index 0a07690..b599c58 100644 --- a/boehm-gc/solaris_threads.c +++ b/boehm-gc/solaris_threads.c @@ -16,10 +16,7 @@ */ /* Boehm, September 14, 1994 4:44 pm PDT */ -# if defined(GC_SOLARIS_THREADS) || defined(GC_SOLARIS_PTHREADS) \ - || defined(GC_THREADS) -# include "private/gc_priv.h" -# endif +#include "private/gc_priv.h" # if defined(GC_SOLARIS_THREADS) || defined(GC_SOLARIS_PTHREADS) # include "private/solaris_threads.h" |
