Skip to content

Commit 4ca61ef

Browse files
committed
Add missing include
1 parent 6c4cb90 commit 4ca61ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/fiddle/function.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include <fiddle.h>
22
#include <ruby/thread.h>
33

4+
#include <stdbool.h>
5+
46
#ifdef PRIsVALUE
57
# define RB_OBJ_CLASSNAME(obj) rb_obj_class(obj)
68
# define RB_OBJ_STRING(obj) (obj)

0 commit comments

Comments
 (0)