Skip to content

Commit c146c30

Browse files
committed
fix: llama-mmap: add include for cerrno
ggml-ci
1 parent a1649cc commit c146c30

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)