From 9cddf891ad2a09ed1de83f3b51b4f2fc3e6855e8 Mon Sep 17 00:00:00 2001 From: Julien Kerihuel Date: Wed, 12 May 2010 12:55:56 +0200 Subject: Choose between local tevent_status.h header file and installed one Signed-off-by: Stefan Metzmacher --- pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pidl') diff --git a/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm b/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm index 189eb9e8f0..81f8477770 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"; -- cgit