summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))