diff options
author | Andy Wingo <wingo@pobox.com> | 2012-01-09 15:38:51 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-01-09 15:38:51 +0100 |
commit | 8f47877fc7a9f36ffcfba7d63c5cdf8ebe40347a (patch) | |
tree | 288b127d3f9c45ac16b9cbc24e6544125a10c679 | |
parent | b2fb40a90358fcc5264a4a2fe8c7d24d3d7db2a2 (diff) | |
download | guile-8f47877fc7a9f36ffcfba7d63c5cdf8ebe40347a.tar.gz |
test-pthread-create-secondary: gc/gc.h, not gc/gc_version.h
* test-suite/standalone/test-pthread-create-secondary.c: Include
gc/gc.h. It works on libgc from git, and on 7.1.
-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 |