diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-05 12:06:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:31 -0500 |
commit | b875cdf5db045c26da503cde26ae5c3629e6014a (patch) | |
tree | 0a7ee2295003b16b281616c9286959594dd106b3 /source4/utils | |
parent | d8ddb03e906d47a9b75238a2848d860228ab35a7 (diff) | |
download | samba-b875cdf5db045c26da503cde26ae5c3629e6014a.tar.gz samba-b875cdf5db045c26da503cde26ae5c3629e6014a.tar.bz2 samba-b875cdf5db045c26da503cde26ae5c3629e6014a.zip |
r3551: these utils need system/filesys.h
(This used to be commit 1b945f9f4bcbb6afb3e531e92cd2e904c92c334e)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/getntacl.c | 1 | ||||
-rw-r--r-- | source4/utils/setntacl.c | 1 | ||||
-rw-r--r-- | source4/utils/setnttoken.c | 1 |
3 files changed, 3 insertions, 0 deletions
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)) |