From b875cdf5db045c26da503cde26ae5c3629e6014a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Nov 2004 12:06:36 +0000 Subject: r3551: these utils need system/filesys.h (This used to be commit 1b945f9f4bcbb6afb3e531e92cd2e904c92c334e) --- source4/utils/getntacl.c | 1 + source4/utils/setntacl.c | 1 + source4/utils/setnttoken.c | 1 + 3 files changed, 3 insertions(+) diff --git a/source4/utils/getntacl.c b/source4/utils/getntacl.c index 2a35c93387..72fffd9ee8 100644 --- a/source4/utils/getntacl.c +++ b/source4/utils/getntacl.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/filesys.h" #if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT)) diff --git a/source4/utils/setntacl.c b/source4/utils/setntacl.c index a65a014f26..098d787976 100644 --- a/source4/utils/setntacl.c +++ b/source4/utils/setntacl.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/filesys.h" #if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT)) diff --git a/source4/utils/setnttoken.c b/source4/utils/setnttoken.c index b3b11a78ca..c51c582b82 100644 --- a/source4/utils/setnttoken.c +++ b/source4/utils/setnttoken.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/filesys.h" #if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT)) -- cgit