summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-05 12:06:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:31 -0500
commitb875cdf5db045c26da503cde26ae5c3629e6014a (patch)
tree0a7ee2295003b16b281616c9286959594dd106b3 /source4/utils
parentd8ddb03e906d47a9b75238a2848d860228ab35a7 (diff)
downloadsamba-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.c1
-rw-r--r--source4/utils/setntacl.c1
-rw-r--r--source4/utils/setnttoken.c1
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))