From 4f305f438b69b24f803d1b4f27b90d2c81794471 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 11 Jan 2011 13:38:16 +0100 Subject: s3:winbindd: use ndr_wbint_c.h instead of cli_wbint.h metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Tue Jan 11 15:40:22 CET 2011 on sn-devel-104 --- source3/winbindd/winbindd_list_users.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/winbindd_list_users.c') diff --git a/source3/winbindd/winbindd_list_users.c b/source3/winbindd/winbindd_list_users.c index 160df7917a..18b8fdd589 100644 --- a/source3/winbindd/winbindd_list_users.c +++ b/source3/winbindd/winbindd_list_users.c @@ -19,7 +19,7 @@ #include "includes.h" #include "winbindd.h" -#include "librpc/gen_ndr/cli_wbint.h" +#include "librpc/gen_ndr/ndr_wbint_c.h" struct winbindd_list_users_domstate { struct tevent_req *subreq; -- cgit