diff options
author | Günther Deschner <gd@samba.org> | 2011-04-28 17:38:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-29 14:00:30 +0200 |
commit | 50883cfeb4eed3d538f71443060745f8747044c9 (patch) | |
tree | e2415ab25b9500ed0a822ee80e57fb699a63f41b /source3/torture | |
parent | 12476223c6aa7473c55bcf529639eefce8450680 (diff) | |
download | samba-50883cfeb4eed3d538f71443060745f8747044c9.tar.gz samba-50883cfeb4eed3d538f71443060745f8747044c9.tar.bz2 samba-50883cfeb4eed3d538f71443060745f8747044c9.zip |
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/nbench.c | 1 | ||||
-rw-r--r-- | source3/torture/torture.c | 1 |
2 files changed, 2 insertions, 0 deletions
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; |