From: Yann Collet Date: Thu, 17 Oct 2024 20:26:57 +0000 (-0700) Subject: fixed kernel build X-Git-Tag: v1.5.7^2~71^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b3887f579f7e98d09ec3823736b467ceaebbcd1;p=thirdparty%2Fzstd.git fixed kernel build --- diff --git a/lib/compress/zstd_preSplit.c b/lib/compress/zstd_preSplit.c index 9c84c2b4a..93e77248b 100644 --- a/lib/compress/zstd_preSplit.c +++ b/lib/compress/zstd_preSplit.c @@ -8,7 +8,8 @@ * You may select, at your option, one of the above-listed licenses. */ -#include "../common/mem.h" /* U64 */ +#include "../common/mem.h" /* S64 */ +#include "../common/zstd_deps.h" /* ZSTD_memset */ #include "zstd_preSplit.h"