From 34a335a87db7d707c34a069f29b7cb97c8f36be9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 23:49:03 +0100 Subject: s3: auth also needs parts of smbd. Guenther --- source3/auth/auth_ntlmssp.c | 1 + source3/auth/auth_server.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c index ad45d81e94..7ec423ce00 100644 --- a/source3/auth/auth_ntlmssp.c +++ b/source3/auth/auth_ntlmssp.c @@ -24,6 +24,7 @@ #include "../libcli/auth/ntlmssp.h" #include "ntlmssp_wrap.h" #include "../librpc/gen_ndr/netlogon.h" +#include "smbd/smbd.h" NTSTATUS auth_ntlmssp_steal_session_info(TALLOC_CTX *mem_ctx, struct auth_ntlmssp_state *auth_ntlmssp_state, diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c index 47b6e36d6f..7ca370971c 100644 --- a/source3/auth/auth_server.c +++ b/source3/auth/auth_server.c @@ -20,6 +20,7 @@ #include "includes.h" #include "system/passwd.h" +#include "smbd/smbd.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH -- cgit