[mapserver-commits] r12272 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:12:44 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:12:44 -0700 (Fri, 26 Aug 2011)
New Revision: 12272
Modified:
trunk/mapserver/mapcache/src/grid.c
Log:
fix a few seeding bugs
thomas.bonfort | 2011-01-19 17:45:25 +0100 (Wed, 19 Jan 2011)
Modified: trunk/mapserver/mapcache/src/grid.c
===================================================================
--- trunk/mapserver/mapcache/src/grid.c 2011-08-26 11:12:40 UTC (rev 12271)
+++ trunk/mapserver/mapcache/src/grid.c 2011-08-26 11:12:44 UTC (rev 12272)
@@ -16,6 +16,7 @@
#include "geocache.h"
#include <math.h>
+#include <apr_strings.h>
/*
* allocate and initialize a new tileset
*/
More information about the mapserver-commits
mailing list