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/wb_next_pwent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/wb_next_pwent.c') diff --git a/source3/winbindd/wb_next_pwent.c b/source3/winbindd/wb_next_pwent.c index fbaaa48b6b..345803a708 100644 --- a/source3/winbindd/wb_next_pwent.c +++ b/source3/winbindd/wb_next_pwent.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 wb_next_pwent_state { struct tevent_context *ev; -- cgit