From ab55ecb881bfabe427ecb874d2dff2b5c2a7e84a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 18 Nov 2008 01:35:10 +0100 Subject: Explicitly include samba4 includes.h to fix the build. --- lib/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/torture') diff --git a/lib/torture/torture.c b/lib/torture/torture.c index 6b2a5b1061..0ef5f612e6 100644 --- a/lib/torture/torture.c +++ b/lib/torture/torture.c @@ -18,7 +18,7 @@ along with this program. If not, see . */ -#include "includes.h" +#include "source4/include/includes.h" #include "../torture/torture.h" #include "../lib/util/dlinklist.h" #include "param/param.h" -- cgit