From 72aba64fff09a829bfaf41165d0075066f087185 Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Wed, 8 Feb 2023 11:56:53 +0000 Subject: Merge gc.h and internal/gc.h [Feature #19425] --- thread_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_pthread.c') diff --git a/thread_pthread.c b/thread_pthread.c index aa5435aa99..944570767e 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -11,7 +11,7 @@ #ifdef THREAD_SYSTEM_DEPENDENT_IMPLEMENTATION -#include "gc.h" +#include "internal/gc.h" #include "mjit.h" #ifdef HAVE_SYS_RESOURCE_H -- cgit v1.2.1