From 90d987b105db6016cb395f673b4d21e02129721e Mon Sep 17 00:00:00 2001 From: Christopher Nielsen <62156882+mascguy@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:02:43 -0500 Subject: [PATCH] mmap: add include for cerrno (#11296) ggml-ci Co-authored-by: Xuan Son Nguyen --- src/llama-mmap.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/llama-mmap.cpp b/src/llama-mmap.cpp index 57c6e4f51..b716630a8 100644 --- a/src/llama-mmap.cpp +++ b/src/llama-mmap.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #ifdef __has_include #if __has_include()