summaryrefslogtreecommitdiff
path: root/internal/re.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/re.h')
-rw-r--r--internal/re.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/re.h b/internal/re.h
index f771c4e8a0..5b9170b643 100644
--- a/internal/re.h
+++ b/internal/re.h
@@ -9,7 +9,7 @@
* file COPYING are met. Consult the file for details.
* @brief Internal header for Regexp.
*/
-#include "ruby/3/stdbool.h" /* for bool */
+#include "ruby/impl/stdbool.h" /* for bool */
#include "ruby/ruby.h" /* for VALUE */
/* re.c */