diff options
Diffstat (limited to 'source3/lib/replace/system')
-rw-r--r-- | source3/lib/replace/system/filesys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/system/filesys.h b/source3/lib/replace/system/filesys.h index ae36d17a0a..3b68abe48a 100644 --- a/source3/lib/replace/system/filesys.h +++ b/source3/lib/replace/system/filesys.h @@ -41,7 +41,7 @@ #include <sys/acl.h> #endif -#ifdef HAVE_SYS_ACL_H +#ifdef HAVE_ACL_LIBACL_H #include <acl/libacl.h> #endif |