Skip to content

Commit 8f2f3b1

Browse files
committed
Include gc_wrapper.h rather than gc.h directly.
1 parent f763f4a commit 8f2f3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mono/metadata/unity-utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include <mono/utils/mono-string.h>
3232

3333
#if HAVE_BDWGC_GC
34-
#include <external/bdwgc/include/gc.h>
34+
#include <mono/utils/gc_wrapper.h>
3535
#endif
3636

3737
#include <glib.h>

0 commit comments

Comments
 (0)