s3-winbind: properly include netlogon.idl in wbint.idl.
authorGünther Deschner <gd@samba.org>
Thu, 26 Nov 2009 17:58:36 +0000 (18:58 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 26 Nov 2009 18:21:10 +0000 (19:21 +0100)
Guenther

source3/librpc/gen_ndr/ndr_wbint.c
source3/librpc/gen_ndr/wbint.h
source3/librpc/idl/wbint.idl

index 7c6aac987bea8c2536ade3c7ec50141fe4d15289..97b29761ee3c47ab39b6de5da6837c101bfbb9d1 100644 (file)
@@ -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) {
index 1c6cdbc219952040fa2404bcbe25fcd297d32933..962a87ea2640525ee7776d4e2deb67c1eb1ada29 100644 (file)
@@ -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
 
index 1f0192e73cd457bf68ddda2f6530af34de33208c..e44f179723d3801a404fa7300ae809a367d46467 100644 (file)
@@ -1,5 +1,5 @@
 #include "idl_types.h"
-import "lsa.idl";
+import "lsa.idl", "netlogon.idl";
 
 [
     uuid("bf09192c-ed60-4928-9dff-d0d7bcb03ed8"),