summaryrefslogtreecommitdiff
path: root/lib/compress/zstd_opt.h
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-10-22 19:45:18 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-10-22 19:45:18 +0000
commit1767cc4987b68ace957ea34c20634485d4232611 (patch)
tree61ddbc2b340b4c1007a520df793f7222a1b4bb6f /lib/compress/zstd_opt.h
parent653667f9dc9cc0169deeca1a82a60c2e91d5683a (diff)
Diffstat (limited to 'lib/compress/zstd_opt.h')
-rw-r--r--lib/compress/zstd_opt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compress/zstd_opt.h b/lib/compress/zstd_opt.h
index 816a1fabbf163..82e810c29361e 100644
--- a/lib/compress/zstd_opt.h
+++ b/lib/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);