From d7f4d732c199df24620a162372c71ee83ed21e62 Mon Sep 17 00:00:00 2001 From: 卜部昌平 Date: Mon, 4 May 2020 15:35:26 +0900 Subject: sed -i s|ruby/3|ruby/impl|g This shall fix compile errors. --- mjit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mjit.c') diff --git a/mjit.c b/mjit.c index 2c2af0a2a6..fae6a2a4ca 100644 --- a/mjit.c +++ b/mjit.c @@ -11,7 +11,7 @@ // To share variables privately, include mjit_worker.c instead of linking. -#include "ruby/3/config.h" +#include "ruby/impl/config.h" #if USE_MJIT -- cgit v1.2.3