s3-vfs: include smbd/smbd.h in vfs modules.
[amitay/samba.git] / source3 / modules / vfs_aixacl.c
index a4f58db0ba7e0b2ed76528d0cd1651da3b832926..30a65c87bd4be8320c9b2c430d65b1e0a35ad200 100644 (file)
@@ -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);