From 63a801e5c931e401351b02445704800d1103417c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 20 Nov 2009 17:47:21 +0100 Subject: s3:torture: move the torture-specific headers to new torture/torture.h Michael --- source3/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index bf89ca35b1..19103dfbef 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -20,6 +20,7 @@ #include "includes.h" #include "nsswitch/libwbclient/wbc_async.h" +#include "torture.h" extern char *optarg; extern int optind; -- cgit