summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-24 22:32:17 +0100
committerGünther Deschner <gd@samba.org>2011-04-05 22:26:56 +0200
commitd72582bb056fb812a34359da0bc4b3c5a7c8e3ac (patch)
treea4ce6558fe42eb867d2cff41bbb8b2bd9e48d86c
parent93ca8205dff22fa5c4ef2df4e7190f2c6679bd45 (diff)
downloadsamba-d72582bb056fb812a34359da0bc4b3c5a7c8e3ac.tar.gz
pidl: add an include for "ntdomain.h" for s3 server stubs.
Guenther (cherry picked from commit 9115615663edf82afde5a3c934b53d53a0e508f0)
-rw-r--r--pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
index 64a4ec5aede..c4374baf7c5 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 "";