mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Include header with NTSTATUS, as some IDL files use it.
This commit is contained in:
parent
fc3ffedcfe
commit
f71db89256
@ -407,6 +407,9 @@ sub Parse($)
|
||||
}
|
||||
pidl "#include <stdint.h>\n";
|
||||
pidl "\n";
|
||||
# FIXME: Include this only if NTSTATUS was actually used
|
||||
pidl choose_header("libcli/util/ntstatus.h", "core/ntstatus.h") . "\n";
|
||||
pidl "\n";
|
||||
|
||||
foreach (@{$ndr}) {
|
||||
($_->{TYPE} eq "CPP_QUOTE") && HeaderQuote($_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user