[GRASS-SVN] r56983 - grass/trunk/include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 2 08:01:09 PDT 2013


Author: mmetz
Date: 2013-07-02 08:01:08 -0700 (Tue, 02 Jul 2013)
New Revision: 56983

Modified:
   grass/trunk/include/defs/gis.h
Log:
defs/gis.h: include sys/stat.h for G_(l)stat()

Modified: grass/trunk/include/defs/gis.h
===================================================================
--- grass/trunk/include/defs/gis.h	2013-07-02 14:37:37 UTC (rev 56982)
+++ grass/trunk/include/defs/gis.h	2013-07-02 15:01:08 UTC (rev 56983)
@@ -61,6 +61,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 
 /* adj_cellhd.c */
 void G_adjust_Cell_head(struct Cell_head *, int, int);



More information about the grass-commit mailing list