summaryrefslogtreecommitdiff
path: root/internal/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/struct.h')
-rw-r--r--internal/struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/struct.h b/internal/struct.h
index 4166415576..b00dfffd34 100644
--- a/internal/struct.h
+++ b/internal/struct.h
@@ -9,7 +9,7 @@
* file COPYING are met. Consult the file for details.
* @brief Internal header for Struct.
*/
-#include "ruby/impl/stdbool.h" /* for bool */
+#include "ruby/internal/stdbool.h" /* for bool */
#include "internal/gc.h" /* for RB_OBJ_WRITE */
#include "ruby/ruby.h" /* for struct RBasic */