[GRASS-SVN] r40190 - grass/branches/develbranch_6/lib/rst/interp_float

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 2 09:18:50 EST 2010


Author: martinl
Date: 2010-01-02 09:18:48 -0500 (Sat, 02 Jan 2010)
New Revision: 40190

Modified:
   grass/branches/develbranch_6/lib/rst/interp_float/output2d.c
Log:
add missing header


Modified: grass/branches/develbranch_6/lib/rst/interp_float/output2d.c
===================================================================
--- grass/branches/develbranch_6/lib/rst/interp_float/output2d.c	2010-01-02 14:09:01 UTC (rev 40189)
+++ grass/branches/develbranch_6/lib/rst/interp_float/output2d.c	2010-01-02 14:18:48 UTC (rev 40190)
@@ -19,6 +19,7 @@
 #include <grass/bitmap.h>
 #include <grass/linkm.h>
 
+#include <grass/glocale.h>
 #include <grass/interpf.h>
 
 



More information about the grass-commit mailing list