[mapserver-commits] r10716 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Fri Nov 12 10:35:22 EST 2010


Author: tamas
Date: 2010-11-12 07:35:22 -0800 (Fri, 12 Nov 2010)
New Revision: 10716

Modified:
   trunk/mapserver/mapwcs.h
Log:
Fix for the compilation problem with MSVC

Modified: trunk/mapserver/mapwcs.h
===================================================================
--- trunk/mapserver/mapwcs.h	2010-11-12 09:11:31 UTC (rev 10715)
+++ trunk/mapserver/mapwcs.h	2010-11-12 15:35:22 UTC (rev 10716)
@@ -35,7 +35,10 @@
 #include <limits.h>
 #include <time.h>
 #include <float.h>
+
+#ifndef _WIN32
 #include <sys/time.h>
+#endif
 
 /*
  * Definitions



More information about the mapserver-commits mailing list