Skip to content

Commit c313a74

Browse files
committed
Include stdbool.h explicitly
1 parent 69ff680 commit c313a74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/fiddle/fiddle.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <stdbool.h>
2+
13
#include <fiddle.h>
24

35
VALUE mFiddle;

0 commit comments

Comments
 (0)