mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
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.
This commit is contained in:
parent
b2fb40a903
commit
8f47877fc7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue