[GRASS-SVN] r39424 -
grass/branches/releasebranch_6_4/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 6 03:41:03 EDT 2009
Author: neteler
Date: 2009-10-06 03:41:02 -0400 (Tue, 06 Oct 2009)
New Revision: 39424
Modified:
grass/branches/releasebranch_6_4/lib/vector/Vlib/rewind.c
Log:
added missing header
Modified: grass/branches/releasebranch_6_4/lib/vector/Vlib/rewind.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vector/Vlib/rewind.c 2009-10-06 05:52:51 UTC (rev 39423)
+++ grass/branches/releasebranch_6_4/lib/vector/Vlib/rewind.c 2009-10-06 07:41:02 UTC (rev 39424)
@@ -19,8 +19,8 @@
*/
#include <grass/Vect.h>
+#include <grass/glocale.h>
-
/* Rewind vector data file to cause reads to start at beginning */
/* returns 0 on success, -1 on error */
static int rew_dummy()
More information about the grass-commit
mailing list