[GRASS-SVN] r66591 - in grass/branches/releasebranch_7_0: lib/raster3d/test raster/r.carve vector/v.external.out
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Oct 24 15:22:12 PDT 2015
Author: martinl
Date: 2015-10-24 15:22:12 -0700 (Sat, 24 Oct 2015)
New Revision: 66591
Modified:
grass/branches/releasebranch_7_0/lib/raster3d/test/test_put_get_value_large_file.c
grass/branches/releasebranch_7_0/raster/r.carve/enforce_ds.c
grass/branches/releasebranch_7_0/vector/v.external.out/format.c
Log:
add missing headers (compiled without GDAL)
(merge r66590 from trunk)
Modified: grass/branches/releasebranch_7_0/lib/raster3d/test/test_put_get_value_large_file.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster3d/test/test_put_get_value_large_file.c 2015-10-24 22:20:03 UTC (rev 66590)
+++ grass/branches/releasebranch_7_0/lib/raster3d/test/test_put_get_value_large_file.c 2015-10-24 22:22:12 UTC (rev 66591)
@@ -16,6 +16,7 @@
*****************************************************************************/
#include <stdlib.h>
#include <string.h>
+#include <math.h>
#include "test_raster3d_lib.h"
#include "grass/interpf.h"
Modified: grass/branches/releasebranch_7_0/raster/r.carve/enforce_ds.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.carve/enforce_ds.c 2015-10-24 22:20:03 UTC (rev 66590)
+++ grass/branches/releasebranch_7_0/raster/r.carve/enforce_ds.c 2015-10-24 22:22:12 UTC (rev 66591)
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <string.h>
+#include <math.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/glocale.h>
Modified: grass/branches/releasebranch_7_0/vector/v.external.out/format.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.external.out/format.c 2015-10-24 22:20:03 UTC (rev 66590)
+++ grass/branches/releasebranch_7_0/vector/v.external.out/format.c 2015-10-24 22:22:12 UTC (rev 66591)
@@ -1,4 +1,5 @@
#include <string.h>
+#include <stdlib.h>
#include <grass/gis.h>
#include <grass/glocale.h>
More information about the grass-commit
mailing list