[GRASS-SVN] r47527 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 10 06:21:16 EDT 2011


Author: martinl
Date: 2011-08-10 03:21:16 -0700 (Wed, 10 Aug 2011)
New Revision: 47527

Modified:
   grass/trunk/include/raster.h
Log:
rasterlib: add missing header


Modified: grass/trunk/include/raster.h
===================================================================
--- grass/trunk/include/raster.h	2011-08-10 10:13:18 UTC (rev 47526)
+++ grass/trunk/include/raster.h	2011-08-10 10:21:16 UTC (rev 47527)
@@ -1,6 +1,8 @@
 #ifndef GRASS_RASTER_H
 #define GRASS_RASTER_H
 
+#include <grass/gis.h>
+
 /*** defines ***/
 #define RECLASS_TABLE 1
 #define RECLASS_RULES 2



More information about the grass-commit mailing list