summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-13 15:28:38 +0200
committerMichael Adam <obnox@samba.org>2008-08-14 11:22:48 +0200
commit7871fa0b69467eacbf9add9e4670a0faae10184d (patch)
tree1a9d3f3354175bcc8fb2de1742030b8774cfb58c /source3/include/includes.h
parent40b133eb88600049d1aed403540d441c7f23c5b9 (diff)
downloadsamba-7871fa0b69467eacbf9add9e4670a0faae10184d.tar.gz
samba-7871fa0b69467eacbf9add9e4670a0faae10184d.tar.bz2
samba-7871fa0b69467eacbf9add9e4670a0faae10184d.zip
Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.
Michael (This used to be commit 876f6793434174051084b17f3b02bd1bbb24ec44)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 8eb0ee52dd..244571983c 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -794,6 +794,10 @@ enum flush_reason_enum {
#include "proto.h"
#endif
+#if defined(HAVE_POSIX_ACLS)
+#include "modules/vfs_posixacl.h"
+#endif
+
#ifdef HAVE_LDAP
#include "ads_protos.h"
#endif