fix: llama-mmap: add include for cerrno

ggml-ci
This commit is contained in:
Christopher Nielsen 2025-01-18 15:57:41 -05:00
parent a1649cc13f
commit c146c3075a

View file

@ -7,6 +7,7 @@
#include <cstring>
#include <climits>
#include <stdexcept>
#include <cerrno>
#ifdef __has_include
#if __has_include(<unistd.h>)