mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/fiddle] Add missing include
https://github.com/ruby/fiddle/commit/4ca61efcd7
This commit is contained in:
parent
ae18220f99
commit
6429b6d973
Notes:
git
2020-06-28 02:03:19 +09:00
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#include <fiddle.h>
|
||||
#include <ruby/thread.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef PRIsVALUE
|
||||
# define RB_OBJ_CLASSNAME(obj) rb_obj_class(obj)
|
||||
# define RB_OBJ_STRING(obj) (obj)
|
||||
|
|
Loading…
Add table
Reference in a new issue