Преглед изворни кода

* 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"