[GRASS-SVN] r39422 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 5 18:02:56 EDT 2009
Author: neteler
Date: 2009-10-05 18:02:56 -0400 (Mon, 05 Oct 2009)
New Revision: 39422
Modified:
grass/trunk/lib/vector/Vlib/buffer2.c
grass/trunk/lib/vector/Vlib/dgraph.c
Log:
added missing headers
Modified: grass/trunk/lib/vector/Vlib/buffer2.c
===================================================================
--- grass/trunk/lib/vector/Vlib/buffer2.c 2009-10-05 22:01:39 UTC (rev 39421)
+++ grass/trunk/lib/vector/Vlib/buffer2.c 2009-10-05 22:02:56 UTC (rev 39422)
@@ -18,6 +18,7 @@
#include <grass/config.h>
#include <stdlib.h>
+#include <math.h>
#include <grass/vector.h>
#include <grass/gis.h>
#include <grass/glocale.h>
Modified: grass/trunk/lib/vector/Vlib/dgraph.c
===================================================================
--- grass/trunk/lib/vector/Vlib/dgraph.c 2009-10-05 22:01:39 UTC (rev 39421)
+++ grass/trunk/lib/vector/Vlib/dgraph.c 2009-10-05 22:02:56 UTC (rev 39422)
@@ -15,6 +15,8 @@
#include <grass/config.h>
#include <stdlib.h>
+#include <string.h>
+#include <math.h>
#include <grass/vector.h>
#include <grass/gis.h>
#include <grass/glocale.h>
More information about the grass-commit
mailing list