diff options
author | Günther Deschner <gd@samba.org> | 2011-02-24 22:30:16 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:06 +0200 |
commit | d85f140826374dd5ad3e7099b6bdb74967c6b9da (patch) | |
tree | 97fccf6f5b5c53a1e4f92c81460f85abeb6896dd /source3/libsmb/ntlmssp.c | |
parent | 96487959e90b1aeec071d94e7f2c744af17fb5d0 (diff) | |
download | samba-d85f140826374dd5ad3e7099b6bdb74967c6b9da.tar.gz |
s3-winbind: remove global inclusion of libwbclient.
Guenther
Diffstat (limited to 'source3/libsmb/ntlmssp.c')
-rw-r--r-- | source3/libsmb/ntlmssp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/ntlmssp.c b/source3/libsmb/ntlmssp.c index 619e5d48228..d000ed59c03 100644 --- a/source3/libsmb/ntlmssp.c +++ b/source3/libsmb/ntlmssp.c @@ -30,6 +30,7 @@ #include "../lib/crypto/md5.h" #include "../lib/crypto/arcfour.h" #include "../lib/crypto/hmacmd5.h" +#include "../nsswitch/libwbclient/wbclient.h" static NTSTATUS ntlmssp_client_initial(struct ntlmssp_state *ntlmssp_state, TALLOC_CTX *out_mem_ctx, /* Unused at this time */ |