summaryrefslogtreecommitdiff
path: root/source3/libads/sasl.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-12-22 18:50:55 +1100
committerStefan Metzmacher <metze@samba.org>2009-12-22 21:07:53 +0100
commit802e9328edc55aa56c811db8a01c9a855820e1a1 (patch)
tree924dc2b9169a46f816235568a00e78507fcebbff /source3/libads/sasl.c
parent5b37cd23bf66ed62e861083d02e9a914f0ffd4c3 (diff)
downloadsamba-802e9328edc55aa56c811db8a01c9a855820e1a1.tar.gz
samba-802e9328edc55aa56c811db8a01c9a855820e1a1.tar.bz2
samba-802e9328edc55aa56c811db8a01c9a855820e1a1.zip
s3:ntlmssp: only include ntlmssp.h where actually needed
Andrew Bartlett
Diffstat (limited to 'source3/libads/sasl.c')
-rw-r--r--source3/libads/sasl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libads/sasl.c b/source3/libads/sasl.c
index 9b4d8bd2d4..6a0a1ae3d2 100644
--- a/source3/libads/sasl.c
+++ b/source3/libads/sasl.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "../libcli/auth/spnego.h"
+#include "ntlmssp.h"
#ifdef HAVE_LDAP