diff options
author | Günther Deschner <gd@samba.org> | 2011-03-23 14:18:59 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | 2473c2fb1b9246e284b96cdf117bbb592a7c5309 (patch) | |
tree | 40bc0d34c2988f58880b85475acf96dd3e53d6ba /source3/smbd | |
parent | 2377039738ea6676b71d58db770ffcd594ca08b7 (diff) | |
download | samba-2473c2fb1b9246e284b96cdf117bbb592a7c5309.tar.gz samba-2473c2fb1b9246e284b96cdf117bbb592a7c5309.tar.bz2 samba-2473c2fb1b9246e284b96cdf117bbb592a7c5309.zip |
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
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/reply.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |