Corrected path for gc include file.

This commit is contained in:
pnenzi 2000-11-05 16:02:46 +00:00
parent a718fb27f5
commit 8669c613b2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ extern void txfree(void *ptr);
#define tfree(x) (txfree(x), x = 0)
#else
#include <gc.h>
#include <gc/gc.h>
#define tmalloc(m) GC_malloc(m)
#define trealloc(m,n) GC_realloc((m),(n))