arg : Including limits file on AIX (#12822)
This commit is contained in:
parent
8ca6e1c3a4
commit
1d343b4069
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue