diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-17 16:45:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:36 -0500 |
commit | c67fd3f0e834841d4e7d13b5517f45eec8d1085c (patch) | |
tree | ae64621bdd578db8b253bdaa71c91a7656abd4ca /source4/torture/torture_util.c | |
parent | d7254a36158b4355d711fa64c1f804b86aacbba1 (diff) | |
download | samba-c67fd3f0e834841d4e7d13b5517f45eec8d1085c.tar.gz samba-c67fd3f0e834841d4e7d13b5517f45eec8d1085c.tar.bz2 samba-c67fd3f0e834841d4e7d13b5517f45eec8d1085c.zip |
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)
Diffstat (limited to 'source4/torture/torture_util.c')
-rw-r--r-- | source4/torture/torture_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" /** |