[GRASS-SVN] r39425 - grass/branches/develbranch_6/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 6 03:41:29 EDT 2009
Author: neteler
Date: 2009-10-06 03:41:28 -0400 (Tue, 06 Oct 2009)
New Revision: 39425
Modified:
grass/branches/develbranch_6/lib/vector/Vlib/rewind.c
Log:
added missing header
Modified: grass/branches/develbranch_6/lib/vector/Vlib/rewind.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/rewind.c 2009-10-06 07:41:02 UTC (rev 39424)
+++ grass/branches/develbranch_6/lib/vector/Vlib/rewind.c 2009-10-06 07:41:28 UTC (rev 39425)
@@ -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