From db0c233624e633b3cc1a6e0e44dccc09aaa121f2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 2 Jul 2012 16:10:26 +0200 Subject: s3:smb: include "smbXsrv.h" before "vfs.h" This is still needed as long as smbXsrv_open/_tcon are referenced in files_struct and connection_struct respectively. Eventually, these structures should not have a backlink to the smb world any more. --- source3/include/smb.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3') diff --git a/source3/include/smb.h b/source3/include/smb.h index f58095ec41..16a4e12a77 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -154,6 +154,12 @@ struct sys_notify_context { /* Include VFS stuff */ #include "smb_acls.h" +/* + * smbXsrv.h: currently needed for vfs.h, as long as + * the smbXsrv structures are still referenced as a + * backling from files_struct and connection_struct. + */ +#include "librpc/gen_ndr/smbXsrv.h" #include "vfs.h" struct current_user { -- cgit