summaryrefslogtreecommitdiff
path: root/ext/fiddle/function.c
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2020-06-27 07:27:05 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-27 23:54:08 +0900
commit6429b6d973597a6347c650ebb6d3fb1bf81f5031 (patch)
tree62890294a3855e1fa0a5873e28f014c856349722 /ext/fiddle/function.c
parentae18220f9904c70304bd1672eecadbb3618fc7e5 (diff)
[ruby/fiddle] Add missing include
https://github.com/ruby/fiddle/commit/4ca61efcd7
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3265
Diffstat (limited to 'ext/fiddle/function.c')
-rw-r--r--ext/fiddle/function.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/fiddle/function.c b/ext/fiddle/function.c
index ddb49deb1e..e96313a512 100644
--- a/ext/fiddle/function.c
+++ b/ext/fiddle/function.c
@@ -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)