1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r2223: Include autogenerated header file for idl file we are processing with

--eparser.
(This used to be commit 68b10c4aeebc4aa1225aab3c8a9fc0a4d28d6455)
This commit is contained in:
Tim Potter 2004-09-04 01:53:20 +00:00 committed by Gerald (Jerry) Carter
parent eb84275718
commit e0459c7f72

View File

@ -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);
}