[GRASS-SVN] r39420 -
grass/branches/releasebranch_6_4/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 5 18:01:33 EDT 2009
Author: neteler
Date: 2009-10-05 18:01:32 -0400 (Mon, 05 Oct 2009)
New Revision: 39420
Modified:
grass/branches/releasebranch_6_4/lib/vector/Vlib/buffer2.c
grass/branches/releasebranch_6_4/lib/vector/Vlib/dgraph.c
Log:
added missing headers
Modified: grass/branches/releasebranch_6_4/lib/vector/Vlib/buffer2.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vector/Vlib/buffer2.c 2009-10-05 21:49:24 UTC (rev 39419)
+++ grass/branches/releasebranch_6_4/lib/vector/Vlib/buffer2.c 2009-10-05 22:01:32 UTC (rev 39420)
@@ -19,6 +19,7 @@
*/
#include <stdlib.h>
+#include <math.h>
#include <grass/Vect.h>
#include <grass/gis.h>
#include <grass/glocale.h>
Modified: grass/branches/releasebranch_6_4/lib/vector/Vlib/dgraph.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vector/Vlib/dgraph.c 2009-10-05 21:49:24 UTC (rev 39419)
+++ grass/branches/releasebranch_6_4/lib/vector/Vlib/dgraph.c 2009-10-05 22:01:32 UTC (rev 39420)
@@ -1,4 +1,6 @@
#include <stdlib.h>
+#include <string.h>
+#include <math.h>
#include <grass/Vect.h>
#include <grass/gis.h>
#include "dgraph.h"
More information about the grass-commit
mailing list