summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-28 02:16:38 +0200
committerGünther Deschner <gd@samba.org>2010-05-28 02:49:36 +0200
commit60079f59b09d5f05ac1f09b015ec9bd765269035 (patch)
treec90ee2b6b31f9f0f060d294c5a455b9f0e7974c6 /source3
parent30eeb1e3d90e93a52d81503d022218b7b6521071 (diff)
downloadsamba-60079f59b09d5f05ac1f09b015ec9bd765269035.tar.gz
samba-60079f59b09d5f05ac1f09b015ec9bd765269035.tar.bz2
samba-60079f59b09d5f05ac1f09b015ec9bd765269035.zip
s3-idl: fix some missing dependencies to other IDL files.
Guenther
Diffstat (limited to 'source3')
-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"),