diff options
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 */ |