summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/librpc/idl/libnet_join.idl2
-rw-r--r--source3/librpc/idl/libnetapi.idl2
-rw-r--r--source3/librpc/idl/secrets.idl2
-rw-r--r--source3/librpc/idl/wbint.idl2
4 files changed, 6 insertions, 2 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl
index cb79393add..9984e9eee6 100644
--- a/source3/librpc/idl/libnet_join.idl
+++ b/source3/librpc/idl/libnet_join.idl
@@ -1,6 +1,6 @@
#include "idl_types.h"
-import "wkssvc.idl", "security.idl";
+import "wkssvc.idl", "security.idl", "misc.idl";
/*
libnetjoin interface definition
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl
index 593ee1c560..c57048d959 100644
--- a/source3/librpc/idl/libnetapi.idl
+++ b/source3/librpc/idl/libnetapi.idl
@@ -7,6 +7,8 @@ cpp_quote("#ifndef MAXSUBAUTHS")
cpp_quote("#define MAXSUBAUTHS 15 /* max sub authorities in a SID */")
cpp_quote("#endif")
+import "misc.idl";
+
[
pointer_default(unique)
]
diff --git a/source3/librpc/idl/secrets.idl b/source3/librpc/idl/secrets.idl
index 929c9bc396..b73f88b766 100644
--- a/source3/librpc/idl/secrets.idl
+++ b/source3/librpc/idl/secrets.idl
@@ -1,5 +1,7 @@
#include "idl_types.h"
+import "security.idl";
+
/*
IDL structures for secrets code
*/
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
index 2fd3e8815a..b2c8ff6615 100644
--- a/source3/librpc/idl/wbint.idl
+++ b/source3/librpc/idl/wbint.idl
@@ -1,5 +1,5 @@
#include "idl_types.h"
-import "lsa.idl", "netlogon.idl";
+import "lsa.idl", "netlogon.idl", "misc.idl", "security.idl";
[
uuid("bf09192c-ed60-4928-9dff-d0d7bcb03ed8"),