From e332bfaff51e54638bd37cd1fe08e57608e16e86 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 2 Jul 2012 14:46:00 +0200 Subject: s3:smbd: Include smbXsrv.h before vfs.h (in smbd.h) so that the smbXsrv structures are available This is currently needed for files_struct and connection_struct that contain backlinks to smbXsrv_open and smbXsrv_tcon, respectively. Finally, these backlinks to the smb level structures should be removed. --- source3/smbd/smbd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/smbd.h') diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h index c8209b12ae..9233fd743c 100644 --- a/source3/smbd/smbd.h +++ b/source3/smbd/smbd.h @@ -23,8 +23,8 @@ struct dptr_struct; struct aio_extra; #include "smb_acls.h" -#include "vfs.h" #include "librpc/gen_ndr/smbXsrv.h" +#include "vfs.h" #include "smbd/proto.h" #include "locking/proto.h" -- cgit