[GRASS-SVN] r67072 - grass/branches/releasebranch_7_0/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 12 04:36:50 PST 2015
Author: martinl
Date: 2015-12-12 04:36:50 -0800 (Sat, 12 Dec 2015)
New Revision: 67072
Modified:
grass/branches/releasebranch_7_0/lib/ogsf/gsd_img_tif.c
Log:
ogsf: fix compilation issue on Cygwin (64bit)
(merge r67031 from trunk)
Modified: grass/branches/releasebranch_7_0/lib/ogsf/gsd_img_tif.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/ogsf/gsd_img_tif.c 2015-12-12 12:35:39 UTC (rev 67071)
+++ grass/branches/releasebranch_7_0/lib/ogsf/gsd_img_tif.c 2015-12-12 12:36:50 UTC (rev 67072)
@@ -29,7 +29,9 @@
#include <stdlib.h>
#include <sys/types.h>
-
+#ifdef __CYGWIN__
+ #include <w32api/wtypes.h>
+#endif
#include <grass/gis.h>
#include <grass/ogsf.h>
#include <grass/glocale.h>
More information about the grass-commit
mailing list