Browse Source

add missing grass/raster.h header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38138 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
afc7266416
4 changed files with 5 additions and 0 deletions
  1. 1 0
      include/display.h
  2. 1 0
      include/imagery.h
  3. 2 0
      include/raster.h
  4. 1 0
      lib/rst/interp_float/interpf.h

+ 1 - 0
include/display.h

@@ -2,6 +2,7 @@
 #define GRASS_DISPLAY_H
 #define GRASS_DISPLAY_H
 
 
 #include <grass/gis.h>
 #include <grass/gis.h>
+#include <grass/raster.h>
 #include <grass/symbol.h>
 #include <grass/symbol.h>
 
 
 enum clip_mode
 enum clip_mode

+ 1 - 0
include/imagery.h

@@ -2,6 +2,7 @@
 #define GRASS_IMAGERY_H
 #define GRASS_IMAGERY_H
 
 
 #include <grass/gis.h>
 #include <grass/gis.h>
+#include <grass/raster.h>
 
 
 /* File/directory name lengths */
 /* File/directory name lengths */
 #define INAME_LEN GNAME_MAX	/* coupled to raster map name length */
 #define INAME_LEN GNAME_MAX	/* coupled to raster map name length */

+ 2 - 0
include/raster.h

@@ -10,7 +10,9 @@
 #define FCELL_TYPE 1
 #define FCELL_TYPE 1
 #define DCELL_TYPE 2
 #define DCELL_TYPE 2
 
 
+/* History */
 #define RECORD_LEN  80
 #define RECORD_LEN  80
+#define MAXEDLINES  50
 
 
 /* for G_get_raster_sample(), INTERP_TYPE */
 /* for G_get_raster_sample(), INTERP_TYPE */
 #define UNKNOWN	  0
 #define UNKNOWN	  0

+ 1 - 0
lib/rst/interp_float/interpf.h

@@ -2,6 +2,7 @@
  * modified by Brown in June 1999 - added elatt & smatt
  * modified by Brown in June 1999 - added elatt & smatt
  * modified by Mitasova Nov. 9, 1999 - added parameter for dtens to output2d
  * modified by Mitasova Nov. 9, 1999 - added parameter for dtens to output2d
  */
  */
+#include <grass/raster.h>
 #include <grass/vector.h>
 #include <grass/vector.h>
 #include <grass/bitmap.h>
 #include <grass/bitmap.h>
 #include <grass/dataquad.h>
 #include <grass/dataquad.h>