From d5eb01c9fa17220e81a600e488849be7656f2de1 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 11 Aug 2017 07:28:14 +0000 Subject: [PATCH] Ensure local POSTGIS_DEBUG_LEVEL define is effective, when set git-svn-id: http://svn.osgeo.org/postgis/trunk@15551 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/lwstroke.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/liblwgeom/lwstroke.c b/liblwgeom/lwstroke.c index af89f4c6c..ad4738b07 100644 --- a/liblwgeom/lwstroke.c +++ b/liblwgeom/lwstroke.c @@ -29,12 +29,14 @@ #include #include -#include "liblwgeom_internal.h" +#include "../postgis_config.h" /*#define POSTGIS_DEBUG_LEVEL 3*/ #include "lwgeom_log.h" +#include "liblwgeom_internal.h" + LWGEOM* pta_unstroke(const POINTARRAY *points, int type, int srid); LWGEOM* lwline_unstroke(const LWLINE *line); -- 2.50.1