summaryrefslogtreecommitdiff
path: root/source/lib/replace/system/filesys.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/replace/system/filesys.h')
-rw-r--r--source/lib/replace/system/filesys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/lib/replace/system/filesys.h b/source/lib/replace/system/filesys.h
index 1e48f7ab404..3b68abe48ae 100644
--- a/source/lib/replace/system/filesys.h
+++ b/source/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