Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/zstdruby/common.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#ifndef ZSTD_RUBY_H
#define ZSTD_RUBY_H 1

#include <stdbool.h>
#include <ruby.h>
#ifdef HAVE_RUBY_THREAD_H
#include <ruby/thread.h>
#endif
#include <stdbool.h>
#include "./libzstd/zstd.h"

extern VALUE rb_cCDict, rb_cDDict;
Expand Down