]> granicus.if.org Git - postgis/commitdiff
Include for text_to_cstring
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 22 Feb 2019 17:26:46 +0000 (17:26 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 22 Feb 2019 17:26:46 +0000 (17:26 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17272 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/address_standardizer/address_parser.c
extensions/address_standardizer/address_standardizer.c

index 184cfc8cfdb39394e143d2b9d27f857bccf2150a..892b42c45ef77910c5d17050b739d83f89971246 100644 (file)
@@ -2,9 +2,10 @@
 #define _GNU_SOURCE
 #endif
 #include "postgres.h"
+#include "fmgr.h"
 #include "funcapi.h"
 #include "catalog/pg_type.h"
-#include "fmgr.h"
+#include "utils/builtins.h"
 
 #include "parseaddress-api.h"
 #include <pcre.h>
index dbfd21ed61ae737ae29ac93da2d569f060361bc8..0174924be0bcd342c3050575848afe2665fd2038 100644 (file)
@@ -1,7 +1,8 @@
 #include "postgres.h"
+#include "fmgr.h"
 #include "funcapi.h"
 #include "catalog/pg_type.h"
-#include "fmgr.h"
+#include "utils/builtins.h"
 
 #undef DEBUG
 //#define DEBUG 1