[GRASS-SVN] r66598 - grass/branches/releasebranch_7_0/vector/v.external
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 25 01:06:05 PDT 2015
Author: martinl
Date: 2015-10-25 01:06:05 -0700 (Sun, 25 Oct 2015)
New Revision: 66598
Modified:
grass/branches/releasebranch_7_0/vector/v.external/main.c
Log:
v.external compile error --without-gdal --with-postgres (#2779)
(merge r66597 from trunk)
Modified: grass/branches/releasebranch_7_0/vector/v.external/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.external/main.c 2015-10-25 08:02:29 UTC (rev 66597)
+++ grass/branches/releasebranch_7_0/vector/v.external/main.c 2015-10-25 08:06:05 UTC (rev 66598)
@@ -24,7 +24,9 @@
#include <grass/vector.h>
#include <grass/glocale.h>
+#ifdef HAVE_OGR
#include <ogr_api.h>
+#endif
#include "local_proto.h"
More information about the grass-commit
mailing list