pidl: add an include for "ntdomain.h" for s3 server stubs.
authorGünther Deschner <gd@samba.org>
Thu, 24 Mar 2011 21:32:17 +0000 (22:32 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:09 +0000 (01:13 +0200)
Guenther

pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm

index 64a4ec5aedeed19ab7112110755766d21e691bda..c4374baf7c577fc5aa569817ccacb108203aba57 100644 (file)
@@ -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 "";