From edbfc0f6e70150e321822365bf0eead2821551bd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 02:57:18 +0000 Subject: r3453: - split out the auth and popt includes - tidied up some of the system includes - moved a few more structures back from misc.idl to netlogon.idl and samr.idl now that pidl knows about inter-IDL dependencies (This used to be commit 7b7477ac42d96faac1b0ff361525d2c63cedfc64) --- source4/smb_server/negprot.c | 1 + source4/smb_server/sesssetup.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source4/smb_server') diff --git a/source4/smb_server/negprot.c b/source4/smb_server/negprot.c index 030ccf8fa3..aa809664a1 100644 --- a/source4/smb_server/negprot.c +++ b/source4/smb_server/negprot.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "auth/auth.h" /* initialise the auth_context for this server and return the cryptkey */ static void get_challenge(struct smbsrv_connection *smb_conn, char buff[8]) diff --git a/source4/smb_server/sesssetup.c b/source4/smb_server/sesssetup.c index 7aaec90f13..c3d378f0e3 100644 --- a/source4/smb_server/sesssetup.c +++ b/source4/smb_server/sesssetup.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "auth/auth.h" /* setup the OS, Lanman and domain portions of a session setup reply -- cgit