]> granicus.if.org Git - postgis/commitdiff
Include postgis_config.h before others, to allow overriding debug
authorSandro Santilli <strk@keybit.net>
Wed, 23 Sep 2015 07:03:50 +0000 (07:03 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 23 Sep 2015 07:03:50 +0000 (07:03 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14086 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwin_wkb.c

index ae2e531aa61e942c73b1a5c235b6e26096b998b3..135bcfd483b4e33a2d2df8ad5f02847c32db81b3 100644 (file)
@@ -9,7 +9,9 @@
  *
  **********************************************************************/
 
-#include "liblwgeom_internal.h"
+#include "../postgis_config.h"
+/*#define POSTGIS_DEBUG_LEVEL 4*/
+#include "liblwgeom_internal.h" /* NOTE: includes lwgeom_log.h */
 #include "lwgeom_log.h"
 #include <math.h>