diff options
Diffstat (limited to 'test-suite/standalone/test-pthread-create-secondary.c')
-rw-r--r-- | test-suite/standalone/test-pthread-create-secondary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/standalone/test-pthread-create-secondary.c b/test-suite/standalone/test-pthread-create-secondary.c index fe39c2a26..e145fa5bc 100644 --- a/test-suite/standalone/test-pthread-create-secondary.c +++ b/test-suite/standalone/test-pthread-create-secondary.c @@ -27,7 +27,7 @@ #include <stdlib.h> #include <libguile.h> -#include <gc/gc_version.h> +#include <gc/gc.h> /* Up to GC 7.2alpha5, calling `GC_INIT' from a secondary thread would |