From cdaa33dd38a469f26289edd801c27ececf9568a3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 27 Feb 2014 09:08:17 +0100 Subject: [PATCH] s4:param/tests: add missing #include "torture/local/proto.h" Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source4/param/tests/loadparm.c | 1 + source4/param/tests/share.c | 1 + 2 files changed, 2 insertions(+) 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, -- 2.11.4.GIT