diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 22:32:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | 9115615663edf82afde5a3c934b53d53a0e508f0 (patch) | |
tree | 06dd32354175ee35ced12fb74ad524f9f459b815 /pidl | |
parent | ab36d597e75286cca09abd75c67d8072c0ff64cf (diff) | |
download | samba-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')
-rw-r--r-- | pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm | 1 |
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 ""; |