diff options
Diffstat (limited to 'mjit_compile.c')
-rw-r--r-- | mjit_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit_compile.c b/mjit_compile.c index 1c64b52680..f7bfd14d3e 100644 --- a/mjit_compile.c +++ b/mjit_compile.c @@ -10,7 +10,7 @@ // call Ruby methods (C functions that may call rb_funcall) or trigger // GC (using ZALLOC, xmalloc, xfree, etc.) in this file. -#include "ruby/3/config.h" +#include "ruby/impl/config.h" #if USE_MJIT |