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/libsmb/clidgram.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb/clidgram.c') diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c index d46aadc802..78f9ea0692 100644 --- a/source3/libsmb/clidgram.c +++ b/source3/libsmb/clidgram.c @@ -22,6 +22,7 @@ #include "includes.h" #include "librpc/gen_ndr/messaging.h" #include "libsmb/clidgram.h" +#include "libsmb/nmblib.h" /* * cli_send_mailslot, send a mailslot for client code ... -- cgit