From 9e6e39c3512f7a962c44dc3729c98a0f8be90341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 8 Apr 2020 13:28:13 +0900 Subject: Merge pull request #2991 from shyouhei/ruby.h Split ruby.h --- win32/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/win32.c b/win32/win32.c index b64540e4ae..17c098d37c 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -58,7 +58,7 @@ #include "internal/enc.h" #include "internal/object.h" #include "internal/static_assert.h" -#include "internal/stdbool.h" +#include "ruby/3/stdbool.h" #include "encindex.h" #define isdirsep(x) ((x) == '/' || (x) == '\\') -- cgit v1.2.3