From 98ccca8dca70b87d04a93c8ef5232a071ab7c2af Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 2 Jul 2012 14:27:06 +0200 Subject: s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ structs available --- source3/smbd/smbd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/smbd.h') diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h index 39952a1c16..c8209b12ae 100644 --- a/source3/smbd/smbd.h +++ b/source3/smbd/smbd.h @@ -24,6 +24,7 @@ struct aio_extra; #include "smb_acls.h" #include "vfs.h" +#include "librpc/gen_ndr/smbXsrv.h" #include "smbd/proto.h" #include "locking/proto.h" -- cgit