diff options
author | Günther Deschner <gd@samba.org> | 2010-08-04 16:49:43 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-05 00:32:02 +0200 |
commit | 385adcce732e3a0788ce935fbc76363feb9ff22f (patch) | |
tree | 431141db4c81899c55915f151e8e5b5a224d01b4 /source3 | |
parent | 31c484edb95c09b0b400cff9bab6b6cb2c33b120 (diff) | |
download | samba-385adcce732e3a0788ce935fbc76363feb9ff22f.tar.gz samba-385adcce732e3a0788ce935fbc76363feb9ff22f.tar.bz2 samba-385adcce732e3a0788ce935fbc76363feb9ff22f.zip |
s3-libnet_join: add ads.h as helper header to IDL.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/idl/libnet_join.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl index b67400c7c1..4f28bb62d5 100644 --- a/source3/librpc/idl/libnet_join.idl +++ b/source3/librpc/idl/libnet_join.idl @@ -7,7 +7,8 @@ import "wkssvc.idl", "security.idl", "misc.idl"; */ [ - pointer_default(unique) + pointer_default(unique), + helper("ads.h") ] interface libnetjoin { |