From: Sandro Santilli Date: Tue, 2 Nov 2004 17:53:06 +0000 (+0000) Subject: Fixed "compat.h" include to be local. X-Git-Tag: pgis_1_0_0RC1~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=221f5327fe532c69c371b437d685cba8a30ba562;p=postgis Fixed "compat.h" include to be local. git-svn-id: http://svn.osgeo.org/postgis/trunk@1078 b70326c6-7e19-0410-871a-916f4a2858ee --- 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