s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ structs available
authorMichael Adam <obnox@samba.org>
Mon, 2 Jul 2012 12:27:06 +0000 (14:27 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 3 Jul 2012 11:39:40 +0000 (13:39 +0200)
source3/smbd/smbd.h

index 39952a1c160a7e4125714e8063a846b60100806d..c8209b12aeb31206f03e90ae3cec52c3f630fcbe 100644 (file)
@@ -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"