소스 검색

* Include limits.h for PATH_MAX

Bryan Drewery 16 년 전
부모
커밋
322738e93c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/misc_file.c

+ 1 - 0
src/misc_file.c

@@ -30,6 +30,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <limits.h>
 #include "stat.h"
 #include "misc_file.h"
 #include "main.h"