[GRASS-SVN] r67031 - grass/trunk/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 7 03:36:43 PST 2015
Author: martinl
Date: 2015-12-07 03:36:43 -0800 (Mon, 07 Dec 2015)
New Revision: 67031
Modified:
grass/trunk/lib/ogsf/gsd_img_tif.c
Log:
ogsf: fix compilation issue on Cygwin (64bit)
Modified: grass/trunk/lib/ogsf/gsd_img_tif.c
===================================================================
--- grass/trunk/lib/ogsf/gsd_img_tif.c 2015-12-07 10:57:46 UTC (rev 67030)
+++ grass/trunk/lib/ogsf/gsd_img_tif.c 2015-12-07 11:36:43 UTC (rev 67031)
@@ -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