[GRASS-dev] missing gis.h header added

On Sat, Nov 25, 2006 at 08:34:36AM +0100, grass@intevation.de wrote:

Update of /grassrepository/grass6/raster/r.mode
In directory doto:/tmp/cvs-serv30967

Modified Files:
  read_stats.c
Log Message:
missing gis.h header

Hi,

just a hint: to catch things like this *before* submitting,
on Linux you can use the following compile flags for
./configure:

export CFLAGS="-g -Wall -Werror-implicit-function-declaration -fno-common -Wextra -Wunused"
./configure ....

Markus