From a46b63fd98399700183cddb773c85521987ff132 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 24 Nov 2009 11:43:56 +0100 Subject: s3:fix the merged build of bin/smbtorture4 Michael --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 19103dfbef..5407f3c20e 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -20,7 +20,7 @@ #include "includes.h" #include "nsswitch/libwbclient/wbc_async.h" -#include "torture.h" +#include "torture/proto.h" extern char *optarg; extern int optind; -- cgit