From: Christopher Nielsen Date: Mon, 20 Jan 2025 14:02:43 +0000 (-0500) Subject: mmap: add include for cerrno (#11296) X-Git-Tag: upstream/0.0.4631~115 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=90d987b105db6016cb395f673b4d21e02129721e;p=pkg%2Fggml%2Fsources%2Fllama.cpp mmap: add include for cerrno (#11296) ggml-ci Co-authored-by: Xuan Son Nguyen --- diff --git a/src/llama-mmap.cpp b/src/llama-mmap.cpp index 57c6e4f5..b716630a 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()