diff options
author | Tim Potter <tpot@samba.org> | 2010-10-18 07:54:31 -0700 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2010-10-18 15:35:40 +0000 |
commit | a10b3416e558e16f82b80a0794485c1fcbda9371 (patch) | |
tree | c9bf405e1c07b0b1983fe8f9e1ae231cad571308 /librpc/idl | |
parent | 64e9f79587916c0e8e9079636e3a2ab60ea2b455 (diff) | |
download | samba-a10b3416e558e16f82b80a0794485c1fcbda9371.tar.gz samba-a10b3416e558e16f82b80a0794485c1fcbda9371.tar.bz2 samba-a10b3416e558e16f82b80a0794485c1fcbda9371.zip |
Include misc.idl for policy_handle in srvsvc.idl.
Autobuild-User: Tim Potter <tpot@samba.org>
Autobuild-Date: Mon Oct 18 15:35:40 UTC 2010 on sn-devel-104
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/srvsvc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/srvsvc.idl b/librpc/idl/srvsvc.idl index 153d8cfbbe..c49849e2b7 100644 --- a/librpc/idl/srvsvc.idl +++ b/librpc/idl/srvsvc.idl @@ -3,7 +3,7 @@ /* srvsvc interface definitions */ -import "security.idl", "svcctl.idl"; +import "misc.idl", "security.idl", "svcctl.idl"; [ uuid("4b324fc8-1670-01d3-1278-5a47bf6ee188"), version(3.0), |