summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index f53508f770..b7759b82bf 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 "ruby/impl/stdbool.h"
+#include "ruby/internal/stdbool.h"
#include "encindex.h"
#define isdirsep(x) ((x) == '/' || (x) == '\\')