summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/librpc/config.mk2
-rw-r--r--source4/librpc/idl/samr.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index a827e481f8..f5bcaaba61 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -130,7 +130,7 @@ REQUIRED_SUBSYSTEMS = LIBNDR
[SUBSYSTEM::NDR_SAMR]
OBJ_FILES = gen_ndr/ndr_samr.o
NOPROTO = YES
-REQUIRED_SUBSYSTEMS = LIBNDR NDR_LSA
+REQUIRED_SUBSYSTEMS = LIBNDR NDR_MISC NDR_LSA NDR_SECURITY
[SUBSYSTEM::NDR_SPOOLSS]
OBJ_FILES = gen_ndr/ndr_spoolss.o
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index 5b6fb30ec7..a9bcc49e37 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -13,7 +13,7 @@
endpoint("ncacn_np:[\\pipe\\samr]","ncacn_ip_tcp:", "ncalrpc:"),
pointer_default(unique),
pointer_default_top(unique),
- depends(lsa,security)
+ depends(misc,lsa,security)
] interface samr
{
declare bitmap security_secinfo;