From c67fd3f0e834841d4e7d13b5517f45eec8d1085c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Mar 2006 16:45:24 +0000 Subject: r14524: Make TORTURE_NET a separate module Add new header for torture utility functions, so torture.h doesn't need to depend on the SMB libraries (This used to be commit ab162bcafc666f226332d4678b0875139a0d65c2) --- source4/torture/torture_util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/torture_util.c') diff --git a/source4/torture/torture_util.c b/source4/torture/torture_util.c index dde50f6522..ba96731b20 100644 --- a/source4/torture/torture_util.c +++ b/source4/torture/torture_util.c @@ -24,6 +24,8 @@ #include "libcli/libcli.h" #include "system/shmem.h" #include "system/time.h" +#include "lib/cmdline/popt_common.h" +#include "torture/torture.h" /** -- cgit