diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-27 22:51:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:51 -0500 |
commit | 0a3c167f6bcf08b2204ca49831ca49eef73dcbf4 (patch) | |
tree | b6373b840d8b899161575abfa637f6a32e6d068f /source4/pidl/lib/Parse | |
parent | 7285e102f063122ca8ef1222cc6e9a5cde176b41 (diff) | |
download | samba-0a3c167f6bcf08b2204ca49831ca49eef73dcbf4.tar.gz samba-0a3c167f6bcf08b2204ca49831ca49eef73dcbf4.tar.bz2 samba-0a3c167f6bcf08b2204ca49831ca49eef73dcbf4.zip |
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
(This used to be commit 87f665a1d5ba74289974bf9d8f9441c162e6f1b1)
Diffstat (limited to 'source4/pidl/lib/Parse')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba4/TDR.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/TDR.pm b/source4/pidl/lib/Parse/Pidl/Samba4/TDR.pm index 789fb7adbe..3bdb701526 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba4/TDR.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba4/TDR.pm @@ -242,6 +242,7 @@ sub Parser($$$) pidl ""; pidl_hdr "/* autogenerated by pidl */"; pidl_hdr "#include \"$baseheader\""; + pidl_hdr "#include \"tdr/tdr.h\""; pidl_hdr ""; foreach (@$idl) { ParserInterface($_) if ($_->{TYPE} eq "INTERFACE"); } |