s4: fix the build after ntlmssp header change.
authorGünther Deschner <gd@samba.org>
Fri, 28 Aug 2009 09:36:28 +0000 (11:36 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 28 Aug 2009 09:37:44 +0000 (11:37 +0200)
Guenther

libcli/auth/smbencrypt.c

index dc33b75a3f2f45192b75b5193c1c3d42d079a09e..eaa1b6f050791298e720854a036396b24999ef0c 100644 (file)
@@ -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])
 {