summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system/filesys.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/replace/system/filesys.h')
-rw-r--r--source4/lib/replace/system/filesys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/replace/system/filesys.h b/source4/lib/replace/system/filesys.h
index 1e48f7ab40..3b68abe48a 100644
--- a/source4/lib/replace/system/filesys.h
+++ b/source4/lib/replace/system/filesys.h
@@ -41,6 +41,10 @@
#include <sys/acl.h>
#endif
+#ifdef HAVE_ACL_LIBACL_H
+#include <acl/libacl.h>
+#endif
+
#ifdef HAVE_SYS_FS_S5PARAM_H
#include <sys/fs/s5param.h>
#endif