From 235f1485901774bfbeb0f052bc4e1397f4ef0b88 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 16:50:02 +0100 Subject: s3-passdb: use passdb headers where needed. Guenther --- source3/winbindd/wb_next_pwent.c | 1 + 1 file changed, 1 insertion(+) (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 345803a708..4595fbc653 100644 --- a/source3/winbindd/wb_next_pwent.c +++ b/source3/winbindd/wb_next_pwent.c @@ -20,6 +20,7 @@ #include "includes.h" #include "winbindd.h" #include "librpc/gen_ndr/ndr_wbint_c.h" +#include "passdb/machine_sid.h" struct wb_next_pwent_state { struct tevent_context *ev; -- cgit