From 4d0fca4472500b92cccff8de5a467fe09eb25455 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 26 Nov 2009 18:58:36 +0100 Subject: [PATCH] s3-winbind: properly include netlogon.idl in wbint.idl. Guenther --- source3/librpc/gen_ndr/ndr_wbint.c | 1 + source3/librpc/gen_ndr/wbint.h | 1 + source3/librpc/idl/wbint.idl | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source3/librpc/gen_ndr/ndr_wbint.c b/source3/librpc/gen_ndr/ndr_wbint.c index 7c6aac987be..97b29761ee3 100644 --- a/source3/librpc/gen_ndr/ndr_wbint.c +++ b/source3/librpc/gen_ndr/ndr_wbint.c @@ -4,6 +4,7 @@ #include "librpc/gen_ndr/ndr_wbint.h" #include "librpc/gen_ndr/ndr_lsa.h" +#include "librpc/gen_ndr/ndr_netlogon.h" _PUBLIC_ enum ndr_err_code ndr_push_wbint_userinfo(struct ndr_push *ndr, int ndr_flags, const struct wbint_userinfo *r) { if (ndr_flags & NDR_SCALARS) { diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h index 1c6cdbc2199..962a87ea264 100644 --- a/source3/librpc/gen_ndr/wbint.h +++ b/source3/librpc/gen_ndr/wbint.h @@ -5,6 +5,7 @@ #include "libcli/util/ntstatus.h" #include "librpc/gen_ndr/lsa.h" +#include "librpc/gen_ndr/netlogon.h" #ifndef _HEADER_wbint #define _HEADER_wbint diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index 1f0192e73cd..e44f179723d 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -1,5 +1,5 @@ #include "idl_types.h" -import "lsa.idl"; +import "lsa.idl", "netlogon.idl"; [ uuid("bf09192c-ed60-4928-9dff-d0d7bcb03ed8"), -- 2.11.4.GIT