arg : Including limits file on AIX (#12822)
This commit is contained in:
parent
8ca6e1c3a4
commit
1d343b4069
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue