From: Regina Obe Date: Sat, 22 Sep 2012 09:00:13 +0000 (+0000) Subject: #2010: compile support for 9.3 X-Git-Tag: 2.1.0beta2~628 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6db27c358abab5741a7abdc3a7bd90b8a01b14f4;p=postgis #2010: compile support for 9.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@10320 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geometry_estimate.c b/postgis/geometry_estimate.c index 17cdf5ef2..564074ec7 100644 --- a/postgis/geometry_estimate.c +++ b/postgis/geometry_estimate.c @@ -23,6 +23,11 @@ #include "utils/syscache.h" #include "utils/rel.h" +#if POSTGIS_PGSQL_VERSION >= 93 + #include "access/htup_details.h" +#endif + + #include "../postgis_config.h" #include "liblwgeom.h" #include "lwgeom_pg.h" /* For debugging macros. */