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/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index bff57614fb..175c217944 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -33,6 +33,7 @@ #include "async_smb.h" #include "libsmb/clirap.h" #include "trans2.h" +#include "libsmb/nmblib.h" extern char *optarg; extern int optind; -- cgit