From: Mark Cave-Ayland Date: Wed, 6 Jul 2011 10:48:05 +0000 (+0000) Subject: Fix compile warning for lwgeom_init_allocators() in loader/dumper by adding missing... X-Git-Tag: 2.0.0alpha1~1236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67e3f3298b78f49751d0c6e9eaf52c75c806b630;p=postgis Fix compile warning for lwgeom_init_allocators() in loader/dumper by adding missing liblwgeom.h #include. git-svn-id: http://svn.osgeo.org/postgis/trunk@7606 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/shpcommon.h b/loader/shpcommon.h index a93710969..913196d7d 100644 --- a/loader/shpcommon.h +++ b/loader/shpcommon.h @@ -10,6 +10,8 @@ * **********************************************************************/ +#include "../liblwgeom/liblwgeom.h" + typedef struct shp_connection_state { /* PgSQL username to log in with */