From bae437d845401a24ba2e4e7107dccbd48b6bd917 Mon Sep 17 00:00:00 2001 From: jpandre Date: Mon, 14 Dec 2009 17:17:08 +0000 Subject: [PATCH] Included needed in acls.c on some platforms --- libntfs-3g/acls.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libntfs-3g/acls.c b/libntfs-3g/acls.c index 887d75ae..4bfd3652 100644 --- a/libntfs-3g/acls.c +++ b/libntfs-3g/acls.c @@ -40,6 +40,9 @@ #ifdef HAVE_ERRNO_H #include #endif +#ifdef HAVE_SYS_STAT_H +#include +#endif #ifdef HAVE_FCNTL_H #include #endif