From c542e154c2e4300d6d6b1c6ed5d5bd651d7aa5f9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 22 Mar 2007 17:35:34 +0000 Subject: r21931: include acl/libacl.h is present I'm not sure if this should go into 3.0.25... it fixes a compiler warning about a missing acl_get_perm() prototype metze (This used to be commit 4b67f94c6a148d6fecaa90d66ce6893b5feb370a) --- source3/lib/replace/system/filesys.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/lib/replace') 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 #endif +#ifdef HAVE_SYS_ACL_H +#include +#endif + #ifdef HAVE_SYS_FS_S5PARAM_H #include #endif -- cgit