From a881d6ab867a1d28c08a993a6212bd8bbdea6038 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 8 Dec 2010 19:51:14 +0100 Subject: wb_reqtrans is not used in libwbclient --- source3/torture/wbc_async.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/wbc_async.h b/source3/torture/wbc_async.h index 6178bb45e9..6a49511671 100644 --- a/source3/torture/wbc_async.h +++ b/source3/torture/wbc_async.h @@ -27,7 +27,7 @@ #include #include #include "nsswitch/libwbclient/wbclient.h" -#include "nsswitch/libwbclient/wb_reqtrans.h" +#include "lib/wb_reqtrans.h" struct wb_context; struct winbindd_request; -- cgit