[GRASS-SVN] r66597 - grass/trunk/vector/v.external
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 25 01:02:29 PDT 2015
Author: martinl
Date: 2015-10-25 01:02:29 -0700 (Sun, 25 Oct 2015)
New Revision: 66597
Modified:
grass/trunk/vector/v.external/main.c
Log:
v.external compile error --without-gdal --with-postgres (#2779)
Modified: grass/trunk/vector/v.external/main.c
===================================================================
--- grass/trunk/vector/v.external/main.c 2015-10-25 03:55:49 UTC (rev 66596)
+++ grass/trunk/vector/v.external/main.c 2015-10-25 08:02:29 UTC (rev 66597)
@@ -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