r7009: the correct for maing it all build with my gcc-4.0
authorStefan Metzmacher <metze@samba.org>
Fri, 27 May 2005 07:30:24 +0000 (07:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:05 +0000 (13:17 -0500)
I assume the problem is caused by including a precompiled header twice...

metze

source/web_server/ejs/miniMpr.h

index 447a0f4c34c65be37da059be357b82bafa97dfeb..6fc9c02a16a0d54d240f2e40c889285e93c833d1 100644 (file)
@@ -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