mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-27 20:43:07 +01:00
mmap: add include for cerrno (#11296)
ggml-ci Co-authored-by: Xuan Son Nguyen <son@huggingface.co>
This commit is contained in:
parent
a4251edd6f
commit
90d987b105
@ -7,6 +7,7 @@
|
||||
#include <cstring>
|
||||
#include <climits>
|
||||
#include <stdexcept>
|
||||
#include <cerrno>
|
||||
|
||||
#ifdef __has_include
|
||||
#if __has_include(<unistd.h>)
|
||||
|
Loading…
Reference in New Issue
Block a user