From d85f140826374dd5ad3e7099b6bdb74967c6b9da Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Feb 2011 22:30:16 +0100 Subject: s3-winbind: remove global inclusion of libwbclient. Guenther --- source3/libsmb/ntlmssp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb/ntlmssp.c') diff --git a/source3/libsmb/ntlmssp.c b/source3/libsmb/ntlmssp.c index 619e5d4822..d000ed59c0 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 */ -- cgit