summaryrefslogtreecommitdiff
path: root/extra/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gc.c')
-rw-r--r--extra/gc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gc.c b/extra/gc.c
index 4f907a8a..4a2ccd00 100644
--- a/extra/gc.c
+++ b/extra/gc.c
@@ -46,7 +46,7 @@
#include "../obj_map.c"
#include "../ptr_chck.c"
-#include "gc_inline.h"
+#include "gc/gc_inline.h"
#include "../allchblk.c"
#include "../alloc.c"
#include "../dbg_mlc.c"
@@ -87,7 +87,7 @@
/* (instead of linking gc). */
#ifndef GC_NO_THREAD_REDIRECTS
# define GC_PTHREAD_REDIRECTS_ONLY
-# include "gc_pthread_redirects.h"
+# include "gc/gc_pthread_redirects.h"
#endif
/* The files from "extra" folder are not included. */