From: Prajwal B Mehendarkar Date: Tue, 8 Apr 2025 12:30:59 +0000 (+0530) Subject: arg : Including limits file on AIX (#12822) X-Git-Tag: gguf-v0.16.1~76 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1d343b4069c74b2c7b19ae84260cd98aa2320a9a;p=pkg%2Fggml%2Fsources%2Fllama.cpp arg : Including limits file on AIX (#12822) --- diff --git a/common/arg.cpp b/common/arg.cpp index cdf89702..642fefb5 100644 --- a/common/arg.cpp +++ b/common/arg.cpp @@ -163,6 +163,8 @@ struct common_hf_file_res { # if !defined(PATH_MAX) # define PATH_MAX MAX_PATH # endif +#elif defined(_AIX) +#include #else #include #endif