Skip to content

Commit 5d55741

Browse files
committed
feat: add stdbool.h
1 parent 3bb9262 commit 5d55741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/zstdruby/common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifdef HAVE_RUBY_THREAD_H
66
#include <ruby/thread.h>
77
#endif
8+
#include <stdbool.h>
89
#include "./libzstd/zstd.h"
910

1011
static int convert_compression_level(VALUE compression_level_value)

0 commit comments

Comments
 (0)