Skip to content

Commit 90d987b

Browse files
mascguyngxson
andauthored
mmap: add include for cerrno (#11296)
ggml-ci Co-authored-by: Xuan Son Nguyen <[email protected]>
1 parent a4251ed commit 90d987b

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)