summaryrefslogtreecommitdiffstats
path: root/source4/param
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
commitcdaa33dd38a469f26289edd801c27ececf9568a3 (patch)
treef1328925f5139b23c21e86eef4aded9edfe80470 /source4/param
parentcc1c1f5b10f423e74756a9ecf4ad1d1dc419654e (diff)
downloadsamba-cdaa33dd38a469f26289edd801c27ececf9568a3.tar.gz
samba-cdaa33dd38a469f26289edd801c27ececf9568a3.tar.xz
samba-cdaa33dd38a469f26289edd801c27ececf9568a3.zip
s4:param/tests: 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/param')
-rw-r--r--source4/param/tests/loadparm.c1
-rw-r--r--source4/param/tests/share.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/param/tests/loadparm.c b/source4/param/tests/loadparm.c
index f375bb42384..87edc06beb5 100644
--- a/source4/param/tests/loadparm.c
+++ b/source4/param/tests/loadparm.c
@@ -21,6 +21,7 @@
#include "param/share.h"
#include "param/param.h"
#include "torture/torture.h"
+#include "torture/local/proto.h"
static bool test_create(struct torture_context *tctx)
{
diff --git a/source4/param/tests/share.c b/source4/param/tests/share.c
index 33a18621dab..6d786a81157 100644
--- a/source4/param/tests/share.c
+++ b/source4/param/tests/share.c
@@ -23,6 +23,7 @@
#include "param/share.h"
#include "param/param.h"
#include "torture/torture.h"
+#include "torture/local/proto.h"
static bool test_list_empty(struct torture_context *tctx,
const void *tcase_data,