summaryrefslogtreecommitdiff
path: root/internal/compilers.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-01-10 20:29:24 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-01-10 21:17:15 +0900
commit135b533e84ea04d0a494422efba635e5c9f2bfb2 (patch)
tree17b1d9d891c316d6b2d8e90e7adda936f362db40 /internal/compilers.h
parent13064fe5db237872fcb9dfafb05cbdf2ddd07e07 (diff)
add missing #include
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2824
Diffstat (limited to 'internal/compilers.h')
-rw-r--r--internal/compilers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/compilers.h b/internal/compilers.h
index 68e2d33e28..bdaaa20a21 100644
--- a/internal/compilers.h
+++ b/internal/compilers.h
@@ -210,6 +210,7 @@ __extension__({ \
RB_BUILTIN_TYPE(arg_obj); \
})
#else
+# include "ruby/ruby.h"
static inline int
rb_obj_builtin_type(VALUE obj)
{