mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +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:
parent
eb84275718
commit
e0459c7f72
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user