From d23e3fae5367f46ae7ddccd2930e03ce058cdba5 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Wed, 9 Feb 2005 19:46:32 +0000 Subject: [PATCH] * template.c: #include unconditionally. --- maint/template.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/maint/template.c b/maint/template.c index beadc2db1..1e75cbb86 100644 --- a/maint/template.c +++ b/maint/template.c @@ -20,9 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include /* see maint/headers.txt for details */