From 45364f5e69c4ef00f6870e11213da930e802b6d0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 22:34:22 +0100 Subject: s3-vfs: include smbd/smbd.h in vfs modules. Guenther --- source3/modules/vfs_aixacl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/vfs_aixacl.c') diff --git a/source3/modules/vfs_aixacl.c b/source3/modules/vfs_aixacl.c index a4f58db0ba..30a65c87bd 100644 --- a/source3/modules/vfs_aixacl.c +++ b/source3/modules/vfs_aixacl.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "smbd/smbd.h" extern SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl); extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl); -- cgit