From 9a1e17e62921d1b38beae4e731b275beb113222e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 17 Feb 2015 10:20:55 +0000 Subject: [PATCH] Fix build, providing a missing macro from recent commit git-svn-id: http://svn.osgeo.org/postgis/trunk@13222 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/cunit/cu_tester.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/liblwgeom/cunit/cu_tester.c b/liblwgeom/cunit/cu_tester.c index 2addc3a5f..c32db3a72 100644 --- a/liblwgeom/cunit/cu_tester.c +++ b/liblwgeom/cunit/cu_tester.c @@ -58,6 +58,8 @@ extern CU_SuiteInfo out_encoded_polyline_suite; extern CU_SuiteInfo in_encoded_polyline_suite; extern CU_SuiteInfo varint_suite; +#define MAX_CUNIT_MSG_LENGTH 256 + /* ** The main() function for setting up and running the tests. ** Returns a CUE_SUCCESS on successful running, another -- 2.40.0