summaryrefslogtreecommitdiff
path: root/pidl/lib
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-03-30 01:13:09 +0200
commit9115615663edf82afde5a3c934b53d53a0e508f0 (patch)
tree06dd32354175ee35ced12fb74ad524f9f459b815 /pidl/lib
parentab36d597e75286cca09abd75c67d8072c0ff64cf (diff)
downloadsamba-9115615663edf82afde5a3c934b53d53a0e508f0.tar.gz
samba-9115615663edf82afde5a3c934b53d53a0e508f0.tar.bz2
samba-9115615663edf82afde5a3c934b53d53a0e508f0.zip
pidl: add an include for "ntdomain.h" for s3 server stubs.
Guenther
Diffstat (limited to 'pidl/lib')
-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 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 "";