diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-13 13:50:59 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-13 13:50:59 +0100 |
commit | 53c65ae7619ac9e80c89a321c70de64f3745e2aa (patch) | |
tree | a56567c0d53ad7cdbdb91be43e39359bc2b296e0 /thirdparty/zstd/compress/zstd_opt.h | |
parent | 76e5b048d0843c08753e6deae1d5c6d1d644d069 (diff) | |
download | redot-engine-53c65ae7619ac9e80c89a321c70de64f3745e2aa.tar.gz |
zstd: Update to pristine 1.3.3
Diffstat (limited to 'thirdparty/zstd/compress/zstd_opt.h')
-rw-r--r-- | thirdparty/zstd/compress/zstd_opt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/zstd/compress/zstd_opt.h b/thirdparty/zstd/compress/zstd_opt.h index 816a1fabbf..82e810c293 100644 --- a/thirdparty/zstd/compress/zstd_opt.h +++ b/thirdparty/zstd/compress/zstd_opt.h @@ -11,12 +11,12 @@ #ifndef ZSTD_OPT_H #define ZSTD_OPT_H -#include "zstd_compress.h" - #if defined (__cplusplus) extern "C" { #endif +#include "zstd.h" /* ZSTD_CCtx, size_t */ + size_t ZSTD_compressBlock_btopt(ZSTD_CCtx* ctx, const void* src, size_t srcSize); size_t ZSTD_compressBlock_btultra(ZSTD_CCtx* ctx, const void* src, size_t srcSize); |