summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-04-24 13:24:29 +0200
committerVolker Lendecke <vl@samba.org>2012-04-24 15:04:13 +0200
commitd38a171a43d3298d64adfa2a2869e84e560d3107 (patch)
treef17eaab0cb32a9922ad38220e7796a2fab54fae4 /source3/libads
parent374ca0bd26c0a5f1ab77497eafc1e98a420c86a5 (diff)
downloadsamba-d38a171a43d3298d64adfa2a2869e84e560d3107.tar.gz
samba-d38a171a43d3298d64adfa2a2869e84e560d3107.tar.bz2
samba-d38a171a43d3298d64adfa2a2869e84e560d3107.zip
s3: Attempt to fix the build without kerberos
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Apr 24 15:04:14 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/authdata.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c
index cb218dd7b2..f4ec5b9075 100644
--- a/source3/libads/authdata.c
+++ b/source3/libads/authdata.c
@@ -31,10 +31,11 @@
#include "librpc/crypto/gse.h"
#include "auth/gensec/gensec.h"
#include "../libcli/auth/spnego.h"
-#include "auth/kerberos/pac_utils.h"
#ifdef HAVE_KRB5
+#include "auth/kerberos/pac_utils.h"
+
struct smb_krb5_context;
/****************************************************************