summaryrefslogtreecommitdiffstats
path: root/source4/param/tests
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/tests')
-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 f375bb4238..87edc06beb 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 33a18621da..6d786a8115 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,