From 7e3503e2770a0473cb4f7d8d45b27cbee766d9fa Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 20 Nov 2004 23:35:28 +0000 Subject: r3896: Correct header files in rpc server templates plus some other minor fixes (This used to be commit 9fca748fe3c12af83a006f1d0821aa560d08fc95) --- source4/build/pidl/template.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/build') 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\" "; -- cgit