summaryrefslogtreecommitdiff
path: root/include/ruby/internal/attr/artificial.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/internal/attr/artificial.h')
-rw-r--r--include/ruby/internal/attr/artificial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/internal/attr/artificial.h b/include/ruby/internal/attr/artificial.h
index 7c9dc3e175..fa9a3814cc 100644
--- a/include/ruby/internal/attr/artificial.h
+++ b/include/ruby/internal/attr/artificial.h
@@ -34,7 +34,7 @@
* case it gets vital to know where the inlining happened in the callee.
* See also https://stackoverflow.com/a/21936099
*/
-#include "ruby/impl/has/attribute.h"
+#include "ruby/internal/has/attribute.h"
/** Wraps (or simulates) `__attribute__((artificial))` */
#if RBIMPL_HAS_ATTRIBUTE(artificial)