From e7fe4d388516e7bf496056ae9828a4219d5ff7db Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 24 May 2010 10:52:18 +1000 Subject: s4:winbind Fix up includes after seperation of idmap.idl from winbind.idl --- source4/winbind/wb_sam_logon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/winbind/wb_sam_logon.c') diff --git a/source4/winbind/wb_sam_logon.c b/source4/winbind/wb_sam_logon.c index d12a7f1b1f..028871a21b 100644 --- a/source4/winbind/wb_sam_logon.c +++ b/source4/winbind/wb_sam_logon.c @@ -28,6 +28,7 @@ #include "auth/credentials/credentials.h" #include "libcli/auth/libcli_auth.h" #include "librpc/gen_ndr/ndr_netlogon_c.h" +#include "librpc/gen_ndr/winbind.h" struct wb_sam_logon_state { struct composite_context *ctx; -- cgit