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

svn at osgeo.org svn at osgeo.org
Wed Oct 26 08:52:44 EDT 2011


Author: tbonfort
Date: 2011-10-26 05:52:44 -0700 (Wed, 26 Oct 2011)
New Revision: 12701

Modified:
   trunk/mapserver/mapcache/src/configuration.c
Log:
fix missing math.h header


Modified: trunk/mapserver/mapcache/src/configuration.c
===================================================================
--- trunk/mapserver/mapcache/src/configuration.c	2011-10-26 12:39:23 UTC (rev 12700)
+++ trunk/mapserver/mapcache/src/configuration.c	2011-10-26 12:52:44 UTC (rev 12701)
@@ -31,6 +31,7 @@
 #include <apr_file_info.h>
 #include <apr_strings.h>
 #include <apr_file_io.h>
+#include <math.h>
 
 void mapcache_configuration_parse(mapcache_context *ctx, const char *filename, mapcache_cfg *config, int cgi) {
    mapcache_configuration_parse_xml(ctx,filename,config);



More information about the mapserver-commits mailing list