summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-20 23:35:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:02 -0500
commit7e3503e2770a0473cb4f7d8d45b27cbee766d9fa (patch)
treef724e5c3c56e489d543a238907f1897154bb421f /source4/build
parentd53fd3d8d5c99ae22a4d74065dc45e2f4e36a382 (diff)
downloadsamba-7e3503e2770a0473cb4f7d8d45b27cbee766d9fa.tar.gz
samba-7e3503e2770a0473cb4f7d8d45b27cbee766d9fa.tar.bz2
samba-7e3503e2770a0473cb4f7d8d45b27cbee766d9fa.zip
r3896: Correct header files in rpc server templates plus
some other minor fixes (This used to be commit 9fca748fe3c12af83a006f1d0821aa560d08fc95)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/pidl/template.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/build/pidl/template.pm b/source4/build/pidl/template.pm
index 2942c6f713..27f5d0c277 100644
--- a/source4/build/pidl/template.pm
+++ b/source4/build/pidl/template.pm
@@ -23,7 +23,7 @@ sub Template($)
endpoint server for the $name pipe
- Copyright (C) YOUR NAME HERE XXXX
+ Copyright (C) YOUR NAME HERE YEAR
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -41,6 +41,9 @@ sub Template($)
*/
#include \"includes.h\"
+#include \"rpc_server/dcerpc_server.h\"
+#include \"librpc/gen_ndr/ndr_$name.h\"
+#include \"rpc_server/common/common.h\"
";