Include <limits.h> for PATH_MAX.
This commit is contained in:
parent
c9bdac68e1
commit
c1f7357e7d
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef HAVE_MINGW
|
||||
#include <w32api.h>
|
||||
|
|
Loading…
Reference in a new issue