From 2473c2fb1b9246e284b96cdf117bbb592a7c5309 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 23 Mar 2011 14:18:59 +0100 Subject: s3-libsmb: put namequery headers to nmblib.h We might find a better name for it and merge other namequery related things as well here... 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 977b65675d..8a0f77989a 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -35,6 +35,7 @@ #include "rpc_client/init_spoolss.h" #include "rpc_server/rpc_ncacn_np.h" #include "libcli/security/security.h" +#include "libsmb/nmblib.h" /**************************************************************************** Ensure we check the path in *exactly* the same way as W2K for a findfirst/findnext -- cgit