diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-12-22 18:50:55 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-12-22 21:07:53 +0100 |
commit | 802e9328edc55aa56c811db8a01c9a855820e1a1 (patch) | |
tree | 924dc2b9169a46f816235568a00e78507fcebbff /source3/auth | |
parent | 5b37cd23bf66ed62e861083d02e9a914f0ffd4c3 (diff) | |
download | samba-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/auth')
-rw-r--r-- | source3/auth/auth_ntlmssp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c index 034d354a33..f95a235909 100644 --- a/source3/auth/auth_ntlmssp.c +++ b/source3/auth/auth_ntlmssp.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "ntlmssp.h" /** * Return the challenge as determined by the authentication subsystem |