1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add missing #include

This commit is contained in:
卜部昌平 2020-01-10 20:29:24 +09:00
parent 13064fe5db
commit 135b533e84
Notes: git 2020-01-10 21:17:37 +09:00

View file

@ -210,6 +210,7 @@ __extension__({ \
RB_BUILTIN_TYPE(arg_obj); \
})
#else
# include "ruby/ruby.h"
static inline int
rb_obj_builtin_type(VALUE obj)
{