[GRASS-SVN] r39142 -
grass/branches/develbranch_6/raster/r.statistics
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 12 03:00:34 EDT 2009
Author: neteler
Date: 2009-09-12 03:00:34 -0400 (Sat, 12 Sep 2009)
New Revision: 39142
Modified:
grass/branches/develbranch_6/raster/r.statistics/method.h
Log:
Needs <stdio.h> for FILE, <grass/gis.h> for struct Categories (backport from trunk)
Modified: grass/branches/develbranch_6/raster/r.statistics/method.h
===================================================================
--- grass/branches/develbranch_6/raster/r.statistics/method.h 2009-09-12 06:59:20 UTC (rev 39141)
+++ grass/branches/develbranch_6/raster/r.statistics/method.h 2009-09-12 07:00:34 UTC (rev 39142)
@@ -1,3 +1,6 @@
+#include <stdio.h>
+#include <grass/gis.h>
+
#define DISTRIB 0
#define AVERAGE 1
#define MODE 2
More information about the grass-commit
mailing list