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. --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index ccfa870f99..96d28df0f8 100644 --- a/thread.c +++ b/thread.c @@ -63,7 +63,7 @@ /* for model 2 */ -#include "ruby/3/config.h" +#include "ruby/impl/config.h" #ifdef __linux__ // Normally, gcc(1) translates calls to alloca() with inlined code. This is not done when either the -ansi, -std=c89, -std=c99, or the -std=c11 option is given and the header is not included. -- cgit v1.2.3