diff options
author | Michael Adam <obnox@samba.org> | 2012-07-02 14:27:06 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-07-03 13:39:40 +0200 |
commit | 98ccca8dca70b87d04a93c8ef5232a071ab7c2af (patch) | |
tree | f9288a24e41fb4832eea86fff04460e2059673ae /source3 | |
parent | bfc38d74ccc3a5ca378ef718ae19dfc1a1d05d7e (diff) | |
download | samba-98ccca8dca70b87d04a93c8ef5232a071ab7c2af.tar.gz samba-98ccca8dca70b87d04a93c8ef5232a071ab7c2af.tar.bz2 samba-98ccca8dca70b87d04a93c8ef5232a071ab7c2af.zip |
s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ structs available
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/smbd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |