diff options
author | Günther Deschner <gd@samba.org> | 2009-11-26 18:58:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-26 19:21:10 +0100 |
commit | 4d0fca4472500b92cccff8de5a467fe09eb25455 (patch) | |
tree | 60e7c1a5ec566868aa59f78c5e37f1ae4ce741e0 /source3/librpc/idl | |
parent | 85b6461174fd43acd7360c79cebe9b73366a8ff9 (diff) | |
download | samba-4d0fca4472500b92cccff8de5a467fe09eb25455.tar.gz samba-4d0fca4472500b92cccff8de5a467fe09eb25455.tar.bz2 samba-4d0fca4472500b92cccff8de5a467fe09eb25455.zip |
s3-winbind: properly include netlogon.idl in wbint.idl.
Guenther
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index 1f0192e73c..e44f179723 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -1,5 +1,5 @@ #include "idl_types.h" -import "lsa.idl"; +import "lsa.idl", "netlogon.idl"; [ uuid("bf09192c-ed60-4928-9dff-d0d7bcb03ed8"), |