diff options
author | Volker Lendecke <vl@samba.org> | 2011-05-07 10:38:12 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-05-07 11:38:11 +0200 |
commit | 622faa268754eb1832bab638380991d419625519 (patch) | |
tree | 7d554c7286175340c5249d98c668891ddf919e80 /source3/libsmb/proto.h | |
parent | ac25835ab7b76226bd59fec9ffef46d5c5817d54 (diff) | |
download | samba-622faa268754eb1832bab638380991d419625519.tar.gz samba-622faa268754eb1832bab638380991d419625519.tar.bz2 samba-622faa268754eb1832bab638380991d419625519.zip |
s3: Fix including libsmb/proto.h without prior ads.h
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat May 7 11:38:11 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r-- | source3/libsmb/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h index e135abe319..4ac767cd22 100644 --- a/source3/libsmb/proto.h +++ b/source3/libsmb/proto.h @@ -18,6 +18,8 @@ #ifndef _LIBSMB_PROTO_H_ #define _LIBSMB_PROTO_H_ +#include "ads.h" + /* The following definitions come from libsmb/cliconnect.c */ ADS_STATUS cli_session_setup_spnego(struct cli_state *cli, const char *user, |