Included <sys/stat.h> needed in acls.c on some platforms

PERMISSION_HANDLING_BRANCH
jpandre 2009-12-14 17:17:08 +00:00
parent 3c323eecf1
commit bae437d845
1 changed files with 3 additions and 0 deletions

View File

@ -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