We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f512825 + 450cd6f commit 0fe86fdCopy full SHA for 0fe86fd
1 file changed
ext/zstdruby/common.h
@@ -1,11 +1,11 @@
1
#ifndef ZSTD_RUBY_H
2
#define ZSTD_RUBY_H 1
3
4
+#include <stdbool.h>
5
#include <ruby.h>
6
#ifdef HAVE_RUBY_THREAD_H
7
#include <ruby/thread.h>
8
#endif
-#include <stdbool.h>
9
#include "./libzstd/zstd.h"
10
11
extern VALUE rb_cCDict, rb_cDDict;
0 commit comments