From a1d0b97ed40fe6985bb45b1715309638e7faaffc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 06:14:15 +0000 Subject: r3462: separate out the crypto includes (This used to be commit 3f75117db921e493bb77a5dc14b8ce91a6288f30) --- source4/libnet/libnet_passwd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libnet') diff --git a/source4/libnet/libnet_passwd.c b/source4/libnet/libnet_passwd.c index 877dacfd04..8082c3c9b0 100644 --- a/source4/libnet/libnet_passwd.c +++ b/source4/libnet/libnet_passwd.c @@ -20,6 +20,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_samr.h" +#include "lib/crypto/crypto.h" /* * do a password change using DCERPC/SAMR calls -- cgit