From 9e41a75255d15765648279629fd3134cae076398 Mon Sep 17 00:00:00 2001 From: 卜部昌平 Date: Fri, 8 May 2020 18:31:09 +0900 Subject: sed -i 's|ruby/impl|ruby/internal|' To fix build failures. --- vm_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 9cf31fcaef..3d9b190c2d 100644 --- a/vm_core.h +++ b/vm_core.h @@ -45,7 +45,7 @@ #define VMDEBUG 3 #endif -#include "ruby/impl/config.h" +#include "ruby/internal/config.h" #include #include @@ -71,7 +71,7 @@ #include -#include "ruby/impl/stdbool.h" +#include "ruby/internal/stdbool.h" #include "ccan/list/list.h" #include "id.h" #include "internal.h" -- cgit v1.2.3