From: Sandro Santilli Date: Sun, 1 Jan 2006 02:30:02 +0000 (+0000) Subject: Added missing include for definition of unparse_WKB() X-Git-Tag: pgis_1_1_1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=beef96683ca9c430410e04d68a768cf575a63b74;p=postgis Added missing include for definition of unparse_WKB() git-svn-id: http://svn.osgeo.org/postgis/trunk@2248 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_pg.c b/lwgeom/lwgeom_pg.c index 4cdab3511..fdba36fea 100644 --- a/lwgeom/lwgeom_pg.c +++ b/lwgeom/lwgeom_pg.c @@ -5,6 +5,7 @@ #include "executor/spi.h" #include "liblwgeom.h" #include "lwgeom_pg.h" +#include "wktparse.h" /* #undef PGIS_DEBUG */