summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-27 09:08:17 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:45 +0200
commite794206ed0e313828a6c751695864e96db36ba66 (patch)
treeb03f55007668a9ef27baf6e4f6cf974a0fcb445d /source4/torture/local
parentcdaa33dd38a469f26289edd801c27ececf9568a3 (diff)
downloadsamba-e794206ed0e313828a6c751695864e96db36ba66.tar.gz
s4:torture/local: add missing #include "torture/local/proto.h"
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/dbspeed.c1
-rw-r--r--source4/torture/local/torture.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/dbspeed.c b/source4/torture/local/dbspeed.c
index 185faecd963..e0c132e3f28 100644
--- a/source4/torture/local/dbspeed.c
+++ b/source4/torture/local/dbspeed.c
@@ -27,6 +27,7 @@
#include "ldb_wrap.h"
#include "lib/tdb_wrap/tdb_wrap.h"
#include "torture/smbtorture.h"
+#include "torture/local/proto.h"
#include "param/param.h"
float tdb_speed;
diff --git a/source4/torture/local/torture.c b/source4/torture/local/torture.c
index 65062042dc1..ca59ebffc97 100644
--- a/source4/torture/local/torture.c
+++ b/source4/torture/local/torture.c
@@ -23,6 +23,7 @@
#include "system/wait.h"
#include "libcli/raw/libcliraw.h"
#include "torture/util.h"
+#include "torture/local/proto.h"
#include "param/provision.h"
static bool test_tempdir(struct torture_context *tctx)