summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-22 23:49:03 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:08 +0200
commit34a335a87db7d707c34a069f29b7cb97c8f36be9 (patch)
tree8e4530aaf25e774cddc78486ca86676d4a3968b2 /source3/auth
parent45364f5e69c4ef00f6870e11213da930e802b6d0 (diff)
downloadsamba-34a335a87db7d707c34a069f29b7cb97c8f36be9.tar.gz
samba-34a335a87db7d707c34a069f29b7cb97c8f36be9.tar.bz2
samba-34a335a87db7d707c34a069f29b7cb97c8f36be9.zip
s3: auth also needs parts of smbd.
Guenther
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_ntlmssp.c1
-rw-r--r--source3/auth/auth_server.c1
2 files changed, 2 insertions, 0 deletions
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