[GRASS-SVN] r39143 -
grass/branches/releasebranch_6_4/raster/r.statistics
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 12 03:00:40 EDT 2009
Author: neteler
Date: 2009-09-12 03:00:39 -0400 (Sat, 12 Sep 2009)
New Revision: 39143
Modified:
grass/branches/releasebranch_6_4/raster/r.statistics/method.h
Log:
Needs <stdio.h> for FILE, <grass/gis.h> for struct Categories (backport from trunk)
Modified: grass/branches/releasebranch_6_4/raster/r.statistics/method.h
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.statistics/method.h 2009-09-12 07:00:34 UTC (rev 39142)
+++ grass/branches/releasebranch_6_4/raster/r.statistics/method.h 2009-09-12 07:00:39 UTC (rev 39143)
@@ -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