ext/zstdruby/libzstd/compress/zstd_fast.c in zstd-ruby-1.3.2.0 vs ext/zstdruby/libzstd/compress/zstd_fast.c in zstd-ruby-1.3.3.0

- old
+ new

@@ -6,9 +6,10 @@ * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You may select, at your option, one of the above-listed licenses. */ +#include "zstd_compress_internal.h" #include "zstd_fast.h" void ZSTD_fillHashTable (ZSTD_CCtx* zc, const void* end, const U32 mls) {