summaryrefslogtreecommitdiff
path: root/include/ruby/impl/constant_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/impl/constant_p.h')
-rw-r--r--include/ruby/impl/constant_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/impl/constant_p.h b/include/ruby/impl/constant_p.h
index 13781f8019..189d4db0be 100644
--- a/include/ruby/impl/constant_p.h
+++ b/include/ruby/impl/constant_p.h
@@ -26,7 +26,7 @@
* @see https://bugs.llvm.org/show_bug.cgi?id=4898
* @see https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html
*/
-#include "ruby/3/has/builtin.h"
+#include "ruby/impl/has/builtin.h"
#if RUBY3_HAS_BUILTIN(__builtin_constant_p)
# define RUBY3_CONSTANT_P(expr) __builtin_constant_p(expr)