diff options
author | Günther Deschner <gd@samba.org> | 2009-08-28 11:36:28 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-08-28 11:37:44 +0200 |
commit | 2287849074dea6065b1229b61715478f821c867e (patch) | |
tree | a9c4a57dfd580e85082ecb4095df2fd2db1c2d72 /libcli/auth | |
parent | b7a5e7a5d607d38e28cb8b28d45ede749500fa13 (diff) | |
download | samba-2287849074dea6065b1229b61715478f821c867e.tar.gz samba-2287849074dea6065b1229b61715478f821c867e.tar.bz2 samba-2287849074dea6065b1229b61715478f821c867e.zip |
s4: fix the build after ntlmssp header change.
Guenther
Diffstat (limited to 'libcli/auth')
-rw-r--r-- | libcli/auth/smbencrypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/auth/smbencrypt.c b/libcli/auth/smbencrypt.c index dc33b75a3f..eaa1b6f050 100644 --- a/libcli/auth/smbencrypt.c +++ b/libcli/auth/smbencrypt.c @@ -26,6 +26,7 @@ #include "../libcli/auth/msrpc_parse.h" #include "../lib/crypto/crypto.h" #include "../libcli/auth/libcli_auth.h" +#include "../librpc/gen_ndr/ntlmssp.h" void SMBencrypt_hash(const uint8_t lm_hash[16], const uint8_t *c8, uint8_t p24[24]) { |