From 1d2dd47d31e776e5a976069147b33d7c34e5b071 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 00:16:40 +0200 Subject: s3-crypto: only include crypto headers when crypto is done. Guenther --- source3/auth/auth_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth/auth_util.c') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 1f83381606..34c8190ee8 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -24,6 +24,7 @@ #include "includes.h" #include "smbd/globals.h" #include "../libcli/auth/libcli_auth.h" +#include "../lib/crypto/arcfour.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH -- cgit