From c146c3075a278c53bc8dd3fb8388c99aeceef2ad Mon Sep 17 00:00:00 2001 From: Christopher Nielsen Date: Sat, 18 Jan 2025 15:57:41 -0500 Subject: [PATCH] fix: llama-mmap: add include for cerrno ggml-ci --- 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()