From 1d343b4069c74b2c7b19ae84260cd98aa2320a9a Mon Sep 17 00:00:00 2001 From: Prajwal B Mehendarkar Date: Tue, 8 Apr 2025 18:00:59 +0530 Subject: [PATCH] arg : Including limits file on AIX (#12822) --- common/arg.cpp | 2 ++ 1 file changed, 2 insertions(+) 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