From 622faa268754eb1832bab638380991d419625519 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 7 May 2011 10:38:12 +0200 Subject: s3: Fix including libsmb/proto.h without prior ads.h Autobuild-User: Volker Lendecke Autobuild-Date: Sat May 7 11:38:11 CEST 2011 on sn-devel-104 --- source3/libsmb/proto.h | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit