From 7ba2fe40f037782541400ca515f57cf829485c3f Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 21 Jan 2009 21:50:38 +0000 Subject: [PATCH] Headers split in 8.4? git-svn-id: http://svn.osgeo.org/postgis/trunk@3545 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/lwgeom_estimate.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lwgeom/lwgeom_estimate.c b/lwgeom/lwgeom_estimate.c index e8f3d7113..0f5c3782e 100644 --- a/lwgeom/lwgeom_estimate.c +++ b/lwgeom/lwgeom_estimate.c @@ -26,12 +26,15 @@ #include "liblwgeom.h" #include "lwgeom_pg.h" - - - #include "commands/vacuum.h" #include "utils/lsyscache.h" +#if POSTGIS_PGSQL_VERSION >= 84 +#include "utils/syscache.h" +#include "nodes/relation.h" +#endif + + /* * Assign a number to the postgis statistics kind * -- 2.49.0