[GRASS-SVN] r66396 - grass/trunk/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 2 07:35:47 PDT 2015


Author: martinl
Date: 2015-10-02 07:35:47 -0700 (Fri, 02 Oct 2015)
New Revision: 66396

Modified:
   grass/trunk/lib/raster/open.c
Log:
libgis: include <errno.h> explicitly

Modified: grass/trunk/lib/raster/open.c
===================================================================
--- grass/trunk/lib/raster/open.c	2015-10-01 21:15:07 UTC (rev 66395)
+++ grass/trunk/lib/raster/open.c	2015-10-02 14:35:47 UTC (rev 66396)
@@ -19,6 +19,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <errno.h>
 
 #include <grass/config.h>
 #include <grass/gis.h>



More information about the grass-commit mailing list