[GRASS-SVN] r39421 - grass/branches/develbranch_6/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 5 18:01:39 EDT 2009
Author: neteler
Date: 2009-10-05 18:01:39 -0400 (Mon, 05 Oct 2009)
New Revision: 39421
Modified:
grass/branches/develbranch_6/lib/vector/Vlib/buffer2.c
grass/branches/develbranch_6/lib/vector/Vlib/dgraph.c
Log:
added missing headers
Modified: grass/branches/develbranch_6/lib/vector/Vlib/buffer2.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/buffer2.c 2009-10-05 22:01:32 UTC (rev 39420)
+++ grass/branches/develbranch_6/lib/vector/Vlib/buffer2.c 2009-10-05 22:01:39 UTC (rev 39421)
@@ -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/develbranch_6/lib/vector/Vlib/dgraph.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/dgraph.c 2009-10-05 22:01:32 UTC (rev 39420)
+++ grass/branches/develbranch_6/lib/vector/Vlib/dgraph.c 2009-10-05 22:01:39 UTC (rev 39421)
@@ -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