From: Julien Kerihuel Date: Wed, 12 May 2010 10:55:56 +0000 (+0200) Subject: Choose between local tevent_status.h header file and installed one X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=9cddf891ad2a09ed1de83f3b51b4f2fc3e6855e8 Choose between local tevent_status.h header file and installed one Signed-off-by: Stefan Metzmacher --- diff --git a/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm b/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm index 189eb9e8f009..81f84777705f 100644 --- a/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm +++ b/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm @@ -377,7 +377,7 @@ sub Parse($$$$) $res .= "#include \n"; } $res .= "#include \n"; - $res .= "#include \"lib/util/tevent_ntstatus.h\"\n"; + $res .= choose_header("lib/util/tevent_ntstatus.h", "util/tevent_ntstatus.h")."\n"; $res .= "#include \"$ndr_header\"\n"; $res .= "#include \"$client_header\"\n"; $res .= "\n";