From: Yann Collet Date: Thu, 17 Oct 2024 20:26:57 +0000 (-0700) Subject: fixed kernel build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa49eecf4ad6a2858586f4abb1a92dca1de875fb;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"