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. --- internal/struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/struct.h') diff --git a/internal/struct.h b/internal/struct.h index 2fdd6631de..4166415576 100644 --- a/internal/struct.h +++ b/internal/struct.h @@ -9,7 +9,7 @@ * file COPYING are met. Consult the file for details. * @brief Internal header for Struct. */ -#include "ruby/3/stdbool.h" /* for bool */ +#include "ruby/impl/stdbool.h" /* for bool */ #include "internal/gc.h" /* for RB_OBJ_WRITE */ #include "ruby/ruby.h" /* for struct RBasic */ -- cgit v1.2.3