Included <sys/stat.h> needed in acls.c on some platforms
parent
3c323eecf1
commit
bae437d845
|
@ -40,6 +40,9 @@
|
|||
#ifdef HAVE_ERRNO_H
|
||||
#include <errno.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_STAT_H
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue