[mapserver-commits] r12223 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:08:34 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:08:34 -0700 (Fri, 26 Aug 2011)
New Revision: 12223
Modified:
trunk/mapserver/mapcache/src/util.c
Log:
close sempahores before unlinking them
thomas.bonfort | 2011-01-09 17:51:12 +0100 (Sun, 09 Jan 2011)
Modified: trunk/mapserver/mapcache/src/util.c
===================================================================
--- trunk/mapserver/mapcache/src/util.c 2011-08-26 11:08:29 UTC (rev 12222)
+++ trunk/mapserver/mapcache/src/util.c 2011-08-26 11:08:34 UTC (rev 12223)
@@ -19,6 +19,8 @@
#include <apr_strings.h>
#include <apr_tables.h>
#include <curl/curl.h>
+#include <math.h>
+#include <stdlib.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