From 9115615663edf82afde5a3c934b53d53a0e508f0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Mar 2011 22:32:17 +0100 Subject: pidl: add an include for "ntdomain.h" for s3 server stubs. Guenther --- pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'pidl/lib') diff --git a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm index 64a4ec5aed..c4374baf7c 100644 --- a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm +++ b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm @@ -294,6 +294,7 @@ sub Parse($$$) pidl " */"; pidl ""; pidl "#include \"includes.h\""; + pidl "#include \"ntdomain.h\""; pidl "#include \"$header\""; pidl_hdr "#include \"$ndr_header\""; pidl ""; -- cgit