]> granicus.if.org Git - postgis/commitdiff
Added "fmgr.h" include, for PG_MODULE_MAGIC definition
authorSandro Santilli <strk@keybit.net>
Thu, 1 Jun 2006 07:07:21 +0000 (07:07 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 1 Jun 2006 07:07:21 +0000 (07:07 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2377 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_pg.c

index 66ef1d4e6fc1d386bc25d6bc6e6cc32b3da6620d..b4da32c89c9a1d0f8b8fea589686f7f7fe1d9d4f 100644 (file)
@@ -1,12 +1,14 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#include "postgres.h"
-#include "executor/spi.h"
+#include <postgres.h>
+#include <fmgr.h>
+#include <executor/spi.h>
 #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