diff options
Diffstat (limited to 'boehm-gc/solaris_pthreads.c')
-rw-r--r-- | boehm-gc/solaris_pthreads.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boehm-gc/solaris_pthreads.c b/boehm-gc/solaris_pthreads.c index 97ab13bbd46..c7359e24b7f 100644 --- a/boehm-gc/solaris_pthreads.c +++ b/boehm-gc/solaris_pthreads.c @@ -17,8 +17,8 @@ */ /* Boehm, September 14, 1994 4:44 pm PDT */ -# if defined(_SOLARIS_PTHREADS) -# include "gc_priv.h" +# if defined(GC_SOLARIS_PTHREADS) || defined(_SOLARIS_PTHREADS) +# include "private/gc_priv.h" # include <pthread.h> # include <thread.h> # include <signal.h> @@ -35,7 +35,7 @@ # define _CLASSIC_XOPEN_TYPES # include <unistd.h> # include <errno.h> -# include "solaris_threads.h" +# include "private/solaris_threads.h" # include <stdio.h> #undef pthread_join |