diff options
Diffstat (limited to 'source3/lib/replace/system/filesys.h')
-rw-r--r-- | source3/lib/replace/system/filesys.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/lib/replace/system/filesys.h b/source3/lib/replace/system/filesys.h index 1e48f7ab40..ae36d17a0a 100644 --- a/source3/lib/replace/system/filesys.h +++ b/source3/lib/replace/system/filesys.h @@ -41,6 +41,10 @@ #include <sys/acl.h> #endif +#ifdef HAVE_SYS_ACL_H +#include <acl/libacl.h> +#endif + #ifdef HAVE_SYS_FS_S5PARAM_H #include <sys/fs/s5param.h> #endif |