From c7fe04abc791dd1b3c5272a96fb5f26f6ce5c252 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 26 Aug 2010 09:58:09 +0200 Subject: s3-build: only include async headers where needed. Guenther --- source3/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 06ed264deb..d19c983866 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -29,6 +29,7 @@ #include "nsswitch/winbind_client.h" #include "dbwrap.h" #include "talloc_dict.h" +#include "async_smb.h" extern char *optarg; extern int optind; -- cgit