diff options
Diffstat (limited to 'libguile/pthread-threads.h')
-rw-r--r-- | libguile/pthread-threads.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile/pthread-threads.h b/libguile/pthread-threads.h index e2ee7b2fa..64b56e197 100644 --- a/libguile/pthread-threads.h +++ b/libguile/pthread-threads.h @@ -29,8 +29,7 @@ #include <sched.h> /* `libgc' intercepts pthread calls by defining wrapping macros. */ -#define GC_THREADS 1 -#include <gc/gc.h> +#include "libguile/boehm-gc.h" /* Threads */ |