From 04bb0c2a06cfe94b76c3f6f29322f7a353313173 Mon Sep 17 00:00:00 2001 From: mehendarkarprajwal Date: Tue, 8 Apr 2025 05:30:25 -0500 Subject: [PATCH] Including limits file on AIX --- common/arg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/arg.cpp b/common/arg.cpp index cdf8970254446..642fefb57548f 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