diff options
Diffstat (limited to 'include/ruby/impl/attr/artificial.h')
-rw-r--r-- | include/ruby/impl/attr/artificial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/impl/attr/artificial.h b/include/ruby/impl/attr/artificial.h index f5450e3467..e33d536e3d 100644 --- a/include/ruby/impl/attr/artificial.h +++ b/include/ruby/impl/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/3/has/attribute.h" +#include "ruby/impl/has/attribute.h" /** Wraps (or simulates) `__attribute__((artificial))` */ #if RUBY3_HAS_ATTRIBUTE(artificial) |