diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-11-20 23:35:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:02 -0500 |
commit | 7e3503e2770a0473cb4f7d8d45b27cbee766d9fa (patch) | |
tree | f724e5c3c56e489d543a238907f1897154bb421f /source4/build/pidl/template.pm | |
parent | d53fd3d8d5c99ae22a4d74065dc45e2f4e36a382 (diff) | |
download | samba-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/pidl/template.pm')
-rw-r--r-- | source4/build/pidl/template.pm | 5 |
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\" "; |