[GRASS-SVN] r40405 - grass/branches/develbranch_6/vector/v.digit
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 12 20:51:28 EST 2010
Author: neteler
Date: 2010-01-12 20:51:28 -0500 (Tue, 12 Jan 2010)
New Revision: 40405
Modified:
grass/branches/develbranch_6/vector/v.digit/form.c
Log:
fix for warning mentioned in #843
Modified: grass/branches/develbranch_6/vector/v.digit/form.c
===================================================================
--- grass/branches/develbranch_6/vector/v.digit/form.c 2010-01-13 01:48:02 UTC (rev 40404)
+++ grass/branches/develbranch_6/vector/v.digit/form.c 2010-01-13 01:51:28 UTC (rev 40405)
@@ -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