From af300a9fcb96f99b37cbf3a47332a135bfe9722f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Mar 2011 13:46:20 +0100 Subject: s3-auth: smbd needs auth.h Guenther --- source3/smbd/reply.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/reply.c') diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 8a0f77989a..5697594ac6 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -36,6 +36,7 @@ #include "rpc_server/rpc_ncacn_np.h" #include "libcli/security/security.h" #include "libsmb/nmblib.h" +#include "auth.h" /**************************************************************************** Ensure we check the path in *exactly* the same way as W2K for a findfirst/findnext -- cgit