svn commit: samba r7009 - in branches/SAMBA_4_0/source/web_server/ejs: .

metze at samba.org metze at samba.org
Fri May 27 07:30:24 GMT 2005


Author: metze
Date: 2005-05-27 07:30:24 +0000 (Fri, 27 May 2005)
New Revision: 7009

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7009

Log:
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
Modified:
   branches/SAMBA_4_0/source/web_server/ejs/miniMpr.h


Changeset:
Modified: branches/SAMBA_4_0/source/web_server/ejs/miniMpr.h
===================================================================
--- branches/SAMBA_4_0/source/web_server/ejs/miniMpr.h	2005-05-27 07:14:01 UTC (rev 7008)
+++ branches/SAMBA_4_0/source/web_server/ejs/miniMpr.h	2005-05-27 07:30:24 UTC (rev 7009)
@@ -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



More information about the samba-cvs mailing list