From 221f5327fe532c69c371b437d685cba8a30ba562 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 2 Nov 2004 17:53:06 +0000 Subject: [PATCH] Fixed "compat.h" include to be local. git-svn-id: http://svn.osgeo.org/postgis/trunk@1078 b70326c6-7e19-0410-871a-916f4a2858ee --- lwgeom/liblwgeom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwgeom/liblwgeom.h b/lwgeom/liblwgeom.h index 961cc3c5d..528a85089 100644 --- a/lwgeom/liblwgeom.h +++ b/lwgeom/liblwgeom.h @@ -2,7 +2,7 @@ #define _LIBLWGEOM_H 1 #include -#include +#include "compat.h" #define INTEGRITY_CHECKS 1 //#define DEBUG_ALLOCS 1 -- 2.50.1