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:
parent
13064fe5db
commit
135b533e84
Notes:
git
2020-01-10 21:17:37 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ __extension__({ \
|
|||
RB_BUILTIN_TYPE(arg_obj); \
|
||||
})
|
||||
#else
|
||||
# include "ruby/ruby.h"
|
||||
static inline int
|
||||
rb_obj_builtin_type(VALUE obj)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue