From 2287849074dea6065b1229b61715478f821c867e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 28 Aug 2009 11:36:28 +0200 Subject: [PATCH] s4: fix the build after ntlmssp header change. Guenther --- libcli/auth/smbencrypt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcli/auth/smbencrypt.c b/libcli/auth/smbencrypt.c index dc33b75a3f2..eaa1b6f0507 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]) { -- 2.34.1