[mapserver-commits] r11590 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Mon Apr 18 05:00:03 EDT 2011


Author: tbonfort
Date: 2011-04-18 02:00:03 -0700 (Mon, 18 Apr 2011)
New Revision: 11590

Modified:
   trunk/mapserver/mapwms.c
Log:
add missing ctype.h header for isdigit()
remove unused gdfonts.h



Modified: trunk/mapserver/mapwms.c
===================================================================
--- trunk/mapserver/mapwms.c	2011-04-17 19:03:16 UTC (rev 11589)
+++ trunk/mapserver/mapwms.c	2011-04-18 09:00:03 UTC (rev 11590)
@@ -32,8 +32,7 @@
 #include "mapserver.h"
 #include "maperror.h"
 #include "mapgml.h"
-#include "gdfonts.h"
-
+#include <ctype.h>
 #include "maptemplate.h"
 
 #include "mapogcsld.h"



More information about the mapserver-commits mailing list