diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-01-11 13:38:16 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-01-11 15:40:21 +0100 |
commit | 4f305f438b69b24f803d1b4f27b90d2c81794471 (patch) | |
tree | 4e0ceb64c977dd40a8ab9b29404bf603eadded17 /source3/winbindd/wb_next_pwent.c | |
parent | cbc7db99d07bfcf7c1e282eaf05567809ce72d96 (diff) | |
download | samba-4f305f438b69b24f803d1b4f27b90d2c81794471.tar.gz |
s3:winbindd: use ndr_wbint_c.h instead of cli_wbint.h
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Jan 11 15:40:22 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd/wb_next_pwent.c')
-rw-r--r-- | source3/winbindd/wb_next_pwent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wb_next_pwent.c b/source3/winbindd/wb_next_pwent.c index fbaaa48b6b8..345803a7089 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; |