[GRASS-SVN] r31324 - grass/trunk/lib/ogsf

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 12 18:08:19 EDT 2008


Author: glynn
Date: 2008-05-12 18:08:19 -0400 (Mon, 12 May 2008)
New Revision: 31324

Modified:
   grass/trunk/lib/ogsf/gk.c
Log:
Include <grass/glocale.h> for _(...) macro



Modified: grass/trunk/lib/ogsf/gk.c
===================================================================
--- grass/trunk/lib/ogsf/gk.c	2008-05-12 15:56:30 UTC (rev 31323)
+++ grass/trunk/lib/ogsf/gk.c	2008-05-12 22:08:19 UTC (rev 31324)
@@ -20,6 +20,7 @@
 #include <stdio.h>
 #include <math.h>
 
+#include <grass/glocale.h>
 #include <grass/gstypes.h>
 #include <grass/keyframe.h>
 #include <grass/kftypes.h>



More information about the grass-commit mailing list