diff options
author | Tim Potter <tpot@samba.org> | 2004-09-04 01:53:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:32 -0500 |
commit | e0459c7f72ddd5d1bea5f9516b7092e593244633 (patch) | |
tree | e042ff193b3a01ae86fd828b9929cb0224ddc7c2 /source4 | |
parent | eb84275718ef9885ca333f01f8dba1bcbbe80692 (diff) | |
download | samba-e0459c7f72ddd5d1bea5f9516b7092e593244633.tar.gz samba-e0459c7f72ddd5d1bea5f9516b7092e593244633.tar.bz2 samba-e0459c7f72ddd5d1bea5f9516b7092e593244633.zip |
r2223: Include autogenerated header file for idl file we are processing with
--eparser.
(This used to be commit 68b10c4aeebc4aa1225aab3c8a9fc0a4d28d6455)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/build/pidl/pidl.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/pidl.pl b/source4/build/pidl/pidl.pl index 616727edc6..c45b17c3c4 100755 --- a/source4/build/pidl/pidl.pl +++ b/source4/build/pidl/pidl.pl @@ -150,6 +150,7 @@ sub process_file($) IdlEParser::ParseHeader($pidl, $parser); my($header) = dirname($output) . "/packet-dcerpc-proto.h"; open(OUT, ">>$header") || die "can't open $header"; + print OUT "#include \"ndr_$basename.h\"\n"; print OUT "#include \"packet-dcerpc-proto-$basename.h\"\n"; close(OUT); } |