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. --- internal/hash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/hash.h') diff --git a/internal/hash.h b/internal/hash.h index 25a6969e8a..f77102506e 100644 --- a/internal/hash.h +++ b/internal/hash.h @@ -9,9 +9,9 @@ * file COPYING are met. Consult the file for details. * @brief Internal header for Hash. */ -#include "ruby/impl/config.h" +#include "ruby/internal/config.h" #include /* for size_t */ -#include "ruby/impl/stdbool.h" /* for bool */ +#include "ruby/internal/stdbool.h" /* for bool */ #include "ruby/ruby.h" /* for struct RBasic */ #include "ruby/st.h" /* for struct st_table */ -- cgit v1.2.3