ソースを参照

arg : Including limits file on AIX (#12822)

Prajwal B Mehendarkar 9 ヶ月 前
コミット
1d343b4069
1 ファイル変更2 行追加0 行削除
  1. 2 0
      common/arg.cpp

+ 2 - 0
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 <sys/limits.h>
 #else
 #include <sys/syslimits.h>
 #endif