[GRASS-SVN] r58295 - in grass/trunk: lib/imagery vector/v.to.points
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 24 11:11:40 PST 2013
Author: martinl
Date: 2013-11-24 11:11:40 -0800 (Sun, 24 Nov 2013)
New Revision: 58295
Modified:
grass/trunk/lib/imagery/iscatt_core.c
grass/trunk/vector/v.to.points/write.c
Log:
add missing header when compiled without GDAL and PostgreSQL support
Modified: grass/trunk/lib/imagery/iscatt_core.c
===================================================================
--- grass/trunk/lib/imagery/iscatt_core.c 2013-11-24 19:04:32 UTC (rev 58294)
+++ grass/trunk/lib/imagery/iscatt_core.c 2013-11-24 19:11:40 UTC (rev 58295)
@@ -13,6 +13,7 @@
#include <stdio.h>
#include <string.h>
+#include <math.h>
#include <grass/gis.h>
#include <grass/vector.h>
Modified: grass/trunk/vector/v.to.points/write.c
===================================================================
--- grass/trunk/vector/v.to.points/write.c 2013-11-24 19:04:32 UTC (rev 58294)
+++ grass/trunk/vector/v.to.points/write.c 2013-11-24 19:11:40 UTC (rev 58295)
@@ -1,3 +1,5 @@
+#include <math.h>
+
#include <grass/vector.h>
#include <grass/glocale.h>
More information about the grass-commit
mailing list