diff options
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r-- | source4/libcli/auth/config.mk | 2 | ||||
-rw-r--r-- | source4/libcli/auth/smbencrypt.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/auth/config.mk b/source4/libcli/auth/config.mk index d11f440864..18983e1644 100644 --- a/source4/libcli/auth/config.mk +++ b/source4/libcli/auth/config.mk @@ -6,6 +6,6 @@ OBJ_FILES = credentials.o \ session.o \ smbencrypt.o REQUIRED_SUBSYSTEMS = \ - auth SCHANNELDB gensec_ntlmssp + auth SCHANNELDB MSRPC_PARSE # End SUBSYSTEM LIBCLI_AUTH ################################# diff --git a/source4/libcli/auth/smbencrypt.c b/source4/libcli/auth/smbencrypt.c index 0ebd78fa7f..f267baa4c0 100644 --- a/source4/libcli/auth/smbencrypt.c +++ b/source4/libcli/auth/smbencrypt.c @@ -26,6 +26,7 @@ #include "system/time.h" #include "smb.h" #include "auth/ntlmssp/ntlmssp.h" +#include "auth/ntlmssp/msrpc_parse.h" #include "lib/crypto/crypto.h" #include "libcli/auth/proto.h" #include "pstring.h" |