[GRASS-SVN] r62406 - grass/trunk/general/g.remove
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 26 18:39:10 PDT 2014
Author: hcho
Date: 2014-10-26 18:39:09 -0700 (Sun, 26 Oct 2014)
New Revision: 62406
Modified:
grass/trunk/general/g.remove/construct_pattern.c
Log:
g.remove: Add ctype.h
Modified: grass/trunk/general/g.remove/construct_pattern.c
===================================================================
--- grass/trunk/general/g.remove/construct_pattern.c 2014-10-27 01:39:03 UTC (rev 62405)
+++ grass/trunk/general/g.remove/construct_pattern.c 2014-10-27 01:39:09 UTC (rev 62406)
@@ -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