[GRASS-SVN] r58294 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 24 11:04:33 PST 2013
Author: martinl
Date: 2013-11-24 11:04:32 -0800 (Sun, 24 Nov 2013)
New Revision: 58294
Modified:
grass/trunk/lib/vector/Vlib/read_pg.c
grass/trunk/lib/vector/Vlib/rewind_pg.c
Log:
vlib: fix compilation issue when configured without GDAL
Modified: grass/trunk/lib/vector/Vlib/read_pg.c
===================================================================
--- grass/trunk/lib/vector/Vlib/read_pg.c 2013-11-24 18:47:07 UTC (rev 58293)
+++ grass/trunk/lib/vector/Vlib/read_pg.c 2013-11-24 19:04:32 UTC (rev 58294)
@@ -29,6 +29,8 @@
#include <grass/dbmi.h>
#include <grass/glocale.h>
+#include "local_proto.h"
+
#ifdef HAVE_POSTGRES
#include "pg_local_proto.h"
Modified: grass/trunk/lib/vector/Vlib/rewind_pg.c
===================================================================
--- grass/trunk/lib/vector/Vlib/rewind_pg.c 2013-11-24 18:47:07 UTC (rev 58293)
+++ grass/trunk/lib/vector/Vlib/rewind_pg.c 2013-11-24 19:04:32 UTC (rev 58294)
@@ -16,6 +16,8 @@
#include <grass/vector.h>
#include <grass/glocale.h>
+#include "local_proto.h"
+
#ifdef HAVE_POSTGRES
#include "pg_local_proto.h"
#endif
More information about the grass-commit
mailing list