[mapserver-commits] r12224 - trunk/mapserver/mapcache/src

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:08:38 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:08:37 -0700 (Fri, 26 Aug 2011)
New Revision: 12224

Modified:
   trunk/mapserver/mapcache/src/util.c
Log:
remove dependency on libxml
refactor the code so that dimensions are supported (not finished)
thomas.bonfort | 2011-01-09 20:39:24 +0100 (Sun, 09 Jan 2011)

Modified: trunk/mapserver/mapcache/src/util.c
===================================================================
--- trunk/mapserver/mapcache/src/util.c	2011-08-26 11:08:34 UTC (rev 12223)
+++ trunk/mapserver/mapcache/src/util.c	2011-08-26 11:08:37 UTC (rev 12224)
@@ -20,7 +20,7 @@
 #include <apr_tables.h>
 #include <curl/curl.h>
 #include <math.h>
-#include <stdlib.h>
+#include <unistd.h>
 
 const double geocache_meters_per_unit[GEOCACHE_UNITS_COUNT] = {1.0,6378137.0 * 2.0 * M_PI / 360,0.3048};
 



More information about the mapserver-commits mailing list