From 56b6fa5397ed3cf041051e5ad203977585bb2ee2 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 10 Apr 2023 05:23:53 +0200 Subject: [PATCH] linux will need unistd.h --- llama_util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llama_util.h b/llama_util.h index c7f165654..b6e68e160 100755 --- a/llama_util.h +++ b/llama_util.h @@ -30,6 +30,8 @@ #include #include #include // for _fseeki64 +#else + #include #endif #define LLAMA_ASSERT(x) \