fixed kernel build

This commit is contained in:
Yann Collet 2024-10-17 13:26:57 -07:00
parent f83ed087f6
commit 8b3887f579

View 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"