]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed kernel build
authorYann Collet <cyan@fb.com>
Thu, 17 Oct 2024 20:26:57 +0000 (13:26 -0700)
committerYann Collet <cyan@fb.com>
Thu, 17 Oct 2024 20:26:57 +0000 (13:26 -0700)
lib/compress/zstd_preSplit.c

index 9c84c2b4a318bd668bfc7ddc6347b228dfe13589..93e77248b3c81abcb83152d67cd378bada8944b5 100644 (file)
@@ -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"