From: Jelmer Vernooij Date: Tue, 18 Nov 2008 00:35:10 +0000 (+0100) Subject: Explicitly include samba4 includes.h to fix the build. X-Git-Tag: samba-4.0.0alpha6~480^2~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab55ecb881bfabe427ecb874d2dff2b5c2a7e84a;p=thirdparty%2Fsamba.git Explicitly include samba4 includes.h to fix the build. --- diff --git a/lib/torture/torture.c b/lib/torture/torture.c index 6b2a5b1061c..0ef5f612e67 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"