diff options
Diffstat (limited to 'boehm-gc/solaris_pthreads.c')
-rw-r--r-- | boehm-gc/solaris_pthreads.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/boehm-gc/solaris_pthreads.c b/boehm-gc/solaris_pthreads.c index 1e43d0904f9..90f60058f6d 100644 --- a/boehm-gc/solaris_pthreads.c +++ b/boehm-gc/solaris_pthreads.c @@ -16,9 +16,8 @@ * Modified by Peter C. for Solaris Posix Threads. */ -# if defined(GC_SOLARIS_PTHREADS) || defined(GC_THREADS) -# include "private/gc_priv.h" -# endif +#include "private/gc_priv.h" + # if defined(GC_SOLARIS_PTHREADS) # include <pthread.h> # include <thread.h> |