Skip to content

Commit 2a64a75

Browse files
mascguyngxson
authored andcommitted
mmap: add include for cerrno (ggml-org#11296)
ggml-ci Co-authored-by: Xuan Son Nguyen <son@huggingface.co>
1 parent 59ad399 commit 2a64a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llama-mmap.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <cstring>
88
#include <climits>
99
#include <stdexcept>
10+
#include <cerrno>
1011

1112
#ifdef __has_include
1213
#if __has_include(<unistd.h>)

0 commit comments

Comments
 (0)