From 45f8b5dfa1d003666b551c95d4e3dce942c1a10e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 27 May 2005 07:30:24 +0000 Subject: [PATCH] r7009: the correct for maing it all build with my gcc-4.0 I assume the problem is caused by including a precompiled header twice... metze --- source/web_server/ejs/miniMpr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/web_server/ejs/miniMpr.h b/source/web_server/ejs/miniMpr.h index 447a0f4c34c..6fc9c02a16a 100644 --- a/source/web_server/ejs/miniMpr.h +++ b/source/web_server/ejs/miniMpr.h @@ -35,7 +35,9 @@ /* * Find out about our configuration */ - #include "includes.h" +#ifndef _INCLUDES_H + #include "includes.h" +#endif /* allow this library to use strcpy() */ #undef strcpy