Skip to content

Commit 0fe86fd

Browse files
authored
Merge pull request #100 from Watson1978/fix-build-error-with-gcc15
Fix build error with GCC 15
2 parents f512825 + 450cd6f commit 0fe86fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zstdruby/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#ifndef ZSTD_RUBY_H
22
#define ZSTD_RUBY_H 1
33

4+
#include <stdbool.h>
45
#include <ruby.h>
56
#ifdef HAVE_RUBY_THREAD_H
67
#include <ruby/thread.h>
78
#endif
8-
#include <stdbool.h>
99
#include "./libzstd/zstd.h"
1010

1111
extern VALUE rb_cCDict, rb_cDDict;

0 commit comments

Comments
 (0)