[GRASS-SVN] r62407 - grass/branches/releasebranch_7_0/general/g.remove

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 26 18:39:39 PDT 2014


Author: hcho
Date: 2014-10-26 18:39:39 -0700 (Sun, 26 Oct 2014)
New Revision: 62407

Modified:
   grass/branches/releasebranch_7_0/general/g.remove/construct_pattern.c
Log:
g.remove: Backport r62406

Modified: grass/branches/releasebranch_7_0/general/g.remove/construct_pattern.c
===================================================================
--- grass/branches/releasebranch_7_0/general/g.remove/construct_pattern.c	2014-10-27 01:39:09 UTC (rev 62406)
+++ grass/branches/releasebranch_7_0/general/g.remove/construct_pattern.c	2014-10-27 01:39:39 UTC (rev 62407)
@@ -1,3 +1,4 @@
+#include <ctype.h>
 #include <string.h>
 #include <grass/gis.h>
 #include <grass/glocale.h>



More information about the grass-commit mailing list