diff options
Diffstat (limited to 'source3/winbindd/wb_next_grent.c')
-rw-r--r-- | source3/winbindd/wb_next_grent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wb_next_grent.c b/source3/winbindd/wb_next_grent.c index 1c906bd9dde..7eec3e0b946 100644 --- a/source3/winbindd/wb_next_grent.c +++ b/source3/winbindd/wb_next_grent.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_grent_state { struct tevent_context *ev; |