Prechádzať zdrojové kódy

* Include limits.h for PATH_MAX

Bryan Drewery 16 rokov pred
rodič
commit
322738e93c
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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"