Skip to content

Commit ef2b75c

Browse files
authored
Include stdbool for bool definition (#34)
1 parent deaaec1 commit ef2b75c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/digest/keccak.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "ruby.h"
2+
#include <stdbool.h>
23
#ifdef HAVE_RUBY_DIGEST_H
34
#include "ruby/digest.h"
45
#else

0 commit comments

Comments
 (0)