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 | |
parent | 96487959e90b1aeec071d94e7f2c744af17fb5d0 (diff) | |
download | samba-d85f140826374dd5ad3e7099b6bdb74967c6b9da.tar.gz samba-d85f140826374dd5ad3e7099b6bdb74967c6b9da.tar.bz2 samba-d85f140826374dd5ad3e7099b6bdb74967c6b9da.zip |
s3-winbind: remove global inclusion of libwbclient.
Guenther
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/errormap.c | 1 | ||||
-rw-r--r-- | source3/libsmb/ntlmssp.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/errormap.c b/source3/libsmb/errormap.c index 049929f74b..bc9676bbff 100644 --- a/source3/libsmb/errormap.c +++ b/source3/libsmb/errormap.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "nsswitch/libwbclient/wbclient.h" #if HAVE_GSSAPI_GSSAPI_H #include <gssapi/gssapi.h> 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 */ |