summaryrefslogtreecommitdiff
path: root/lib/compress/zstd_ldm.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_ldm.h
parent653667f9dc9cc0169deeca1a82a60c2e91d5683a (diff)
Diffstat (limited to 'lib/compress/zstd_ldm.h')
-rw-r--r--lib/compress/zstd_ldm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/compress/zstd_ldm.h b/lib/compress/zstd_ldm.h
index d6d3d42c337f8..8f12c677aacb8 100644
--- a/lib/compress/zstd_ldm.h
+++ b/lib/compress/zstd_ldm.h
@@ -10,12 +10,13 @@
#ifndef ZSTD_LDM_H
#define ZSTD_LDM_H
-#include "zstd_compress.h"
-
#if defined (__cplusplus)
extern "C" {
#endif
+#include "zstd_compress_internal.h" /* ldmParams_t, U32 */
+#include "zstd.h" /* ZSTD_CCtx, size_t */
+
/*-*************************************
* Long distance matching
***************************************/