[GRASS-SVN] r40406 - grass/branches/releasebranch_6_4/vector/v.digit

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 12 20:57:04 EST 2010


Author: neteler
Date: 2010-01-12 20:57:04 -0500 (Tue, 12 Jan 2010)
New Revision: 40406

Modified:
   grass/branches/releasebranch_6_4/vector/v.digit/form.c
Log:
fix for warning mentioned in #843

Modified: grass/branches/releasebranch_6_4/vector/v.digit/form.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.digit/form.c	2010-01-13 01:51:28 UTC (rev 40405)
+++ grass/branches/releasebranch_6_4/vector/v.digit/form.c	2010-01-13 01:57:04 UTC (rev 40406)
@@ -13,6 +13,7 @@
 #include <grass/gis.h>
 #include <grass/dbmi.h>
 #include <grass/form.h>
+#include <grass/Vect.h>
 #include "proto.h"
 
 /* Structure to store column names and values */



More information about the grass-commit mailing list