From: Sandro Santilli Date: Thu, 1 Jun 2006 07:07:21 +0000 (+0000) Subject: Added "fmgr.h" include, for PG_MODULE_MAGIC definition X-Git-Tag: pgis_1_1_3~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6354a6d2bf4af2236023c70e5f1eaedebd47caaf;p=postgis Added "fmgr.h" include, for PG_MODULE_MAGIC definition git-svn-id: http://svn.osgeo.org/postgis/trunk@2377 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_pg.c b/lwgeom/lwgeom_pg.c index 66ef1d4e6..b4da32c89 100644 --- a/lwgeom/lwgeom_pg.c +++ b/lwgeom/lwgeom_pg.c @@ -1,12 +1,14 @@ #include #include #include -#include "postgres.h" -#include "executor/spi.h" +#include +#include +#include #include "liblwgeom.h" #include "lwgeom_pg.h" #include "wktparse.h" + /* #undef PGIS_DEBUG */ #define PARANOIA_LEVEL 1 @@ -14,6 +16,7 @@ /* * This is required for builds against pgsql 8.2 */ +/*#include "pgmagic.h"*/ #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif