From 50883cfeb4eed3d538f71443060745f8747044c9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 28 Apr 2011 17:38:09 +0200 Subject: s3-tevent: only include ../lib/util/tevent wrappers where needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104 --- source3/torture/nbench.c | 1 + source3/torture/torture.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/torture') diff --git a/source3/torture/nbench.c b/source3/torture/nbench.c index 182f6f7cd9..beab9167e7 100644 --- a/source3/torture/nbench.c +++ b/source3/torture/nbench.c @@ -20,6 +20,7 @@ #include "includes.h" #include "torture/proto.h" #include "libsmb/clirap.h" +#include "../lib/util/tevent_ntstatus.h" static long long int ival(const char *str) { diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b887e2965b..3c5de28ad5 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -34,6 +34,7 @@ #include "libsmb/clirap.h" #include "trans2.h" #include "libsmb/nmblib.h" +#include "../lib/util/tevent_ntstatus.h" extern char *optarg; extern int optind; -- cgit