aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/impl/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/impl/stdbool.h')
-rw-r--r--include/ruby/impl/stdbool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/impl/stdbool.h b/include/ruby/impl/stdbool.h
index 9216f54e2d..df7ebc3cc0 100644
--- a/include/ruby/impl/stdbool.h
+++ b/include/ruby/impl/stdbool.h
@@ -20,7 +20,7 @@
* extension libraries. They could be written in C++98.
* @brief C99 shim for <stdbool.h>
*/
-#include "ruby/3/config.h"
+#include "ruby/impl/config.h"
#if defined(__bool_true_false_are_defined)
# /* Take that. */