]> granicus.if.org Git - postgis/commitdiff
Ensure local POSTGIS_DEBUG_LEVEL define is effective, when set
authorSandro Santilli <strk@kbt.io>
Fri, 11 Aug 2017 07:28:14 +0000 (07:28 +0000)
committerSandro Santilli <strk@kbt.io>
Fri, 11 Aug 2017 07:28:14 +0000 (07:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15551 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwstroke.c

index af89f4c6cbafe9c5065e81a75048ace9983d62cc..ad4738b070a6516ee6a18b4b05e39632d5070989 100644 (file)
 #include <stdarg.h>
 #include <string.h>
 
-#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);