Added a missing include for CYGWIN target
This commit is contained in:
parent
4ee51bdf46
commit
543940173d
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef CYGWIN
|
||||
#include <limits.h> /* PATH_MAX */
|
||||
#endif
|
||||
/* pacman */
|
||||
#include "log.h"
|
||||
#include "util.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue