[GRASS-SVN] r38553 - grass/trunk/lib/cluster

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 31 09:14:23 EDT 2009


Author: martinl
Date: 2009-07-31 09:14:23 -0400 (Fri, 31 Jul 2009)
New Revision: 38553

Modified:
   grass/trunk/lib/cluster/c_exec.c
Log:
missing glocale.h header


Modified: grass/trunk/lib/cluster/c_exec.c
===================================================================
--- grass/trunk/lib/cluster/c_exec.c	2009-07-31 11:46:59 UTC (rev 38552)
+++ grass/trunk/lib/cluster/c_exec.c	2009-07-31 13:14:23 UTC (rev 38553)
@@ -12,6 +12,7 @@
 */
 
 #include <grass/cluster.h>
+#include <grass/glocale.h>
 
 /*!
   \param maxclass maximum number of classes



More information about the grass-commit mailing list