]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
arg : Including limits file on AIX (#12822)
authorPrajwal B Mehendarkar <redacted>
Tue, 8 Apr 2025 12:30:59 +0000 (18:00 +0530)
committerGitHub <redacted>
Tue, 8 Apr 2025 12:30:59 +0000 (14:30 +0200)
common/arg.cpp

index cdf8970254446cc06335868e7139fa12f5df2872..642fefb57548fce8f8e4aa684cb3ef4fb42e9ce2 100644 (file)
@@ -163,6 +163,8 @@ struct common_hf_file_res {
 #   if !defined(PATH_MAX)
 #   define PATH_MAX MAX_PATH
 #   endif
+#elif defined(_AIX)
+#include <sys/limits.h>
 #else
 #include <sys/syslimits.h>
 #endif