arg : Including limits file on AIX (#12822)

This commit is contained in:
Prajwal B Mehendarkar
2025-04-08 18:00:59 +05:30
committed by GitHub
parent 8ca6e1c3a4
commit 1d343b4069

View 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