We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb9262 commit 5d55741Copy full SHA for 5d55741
ext/zstdruby/common.h
@@ -5,6 +5,7 @@
5
#ifdef HAVE_RUBY_THREAD_H
6
#include <ruby/thread.h>
7
#endif
8
+#include <stdbool.h>
9
#include "./libzstd/zstd.h"
10
11
static int convert_compression_level(VALUE compression_level_value)
0 commit comments