diff options
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; |