From d7f4d732c199df24620a162372c71ee83ed21e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Mon, 4 May 2020 15:35:26 +0900 Subject: sed -i s|ruby/3|ruby/impl|g This shall fix compile errors. --- internal/static_assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/static_assert.h') diff --git a/internal/static_assert.h b/internal/static_assert.h index cc6a59713f..b7abc07b09 100644 --- a/internal/static_assert.h +++ b/internal/static_assert.h @@ -9,7 +9,7 @@ * file COPYING are met. Consult the file for details. * @brief C11 shim for _Static_assert. */ -#include "ruby/3/static_assert.h" +#include "ruby/impl/static_assert.h" #ifndef STATIC_ASSERT # define STATIC_ASSERT RUBY3_STATIC_ASSERT #endif -- cgit v1.2.1