From 6db27c358abab5741a7abdc3a7bd90b8a01b14f4 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 22 Sep 2012 09:00:13 +0000 Subject: [PATCH] #2010: compile support for 9.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@10320 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geometry_estimate.c | 5 +++++ 1 file changed, 5 insertions(+) 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. */ -- 2.40.0