s3: auth also needs parts of smbd.
authorGünther Deschner <gd@samba.org>
Tue, 22 Mar 2011 22:49:03 +0000 (23:49 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:08 +0000 (01:13 +0200)
Guenther

source3/auth/auth_ntlmssp.c
source3/auth/auth_server.c

index ad45d81e94726d67359a66f1c9b206dee0f4ab92..7ec423ce00de20055afca08b69e286293e8a1f4d 100644 (file)
@@ -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,
index 47b6e36d6fbfdcc548b343d87235d35716662ee2..7ca370971c7077c4c6f67bd93d91af5e23ed4ed6 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "includes.h"
 #include "system/passwd.h"
+#include "smbd/smbd.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_AUTH