[GRASS-SVN] r33433 - grass/branches/develbranch_6/general/g.mremove
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 13 15:37:08 EDT 2008
Author: neteler
Date: 2008-09-13 15:37:08 -0400 (Sat, 13 Sep 2008)
New Revision: 33433
Modified:
grass/branches/develbranch_6/general/g.mremove/do_remove.c
Log:
added #include <grass/gis.h>
Modified: grass/branches/develbranch_6/general/g.mremove/do_remove.c
===================================================================
--- grass/branches/develbranch_6/general/g.mremove/do_remove.c 2008-09-13 10:33:32 UTC (rev 33432)
+++ grass/branches/develbranch_6/general/g.mremove/do_remove.c 2008-09-13 19:37:08 UTC (rev 33433)
@@ -1,4 +1,5 @@
#include <string.h>
+#include <grass/gis.h>
#include <grass/Vect.h>
#include <grass/G3d.h>
#include "global.h"
More information about the grass-commit
mailing list