From: Sandro Santilli Date: Tue, 17 Feb 2015 10:20:55 +0000 (+0000) Subject: Fix build, providing a missing macro from recent commit X-Git-Tag: 2.2.0rc1~675 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a1e17e62921d1b38beae4e731b275beb113222e;p=postgis Fix build, providing a missing macro from recent commit git-svn-id: http://svn.osgeo.org/postgis/trunk@13222 b70326c6-7e19-0410-871a-916f4a2858ee --- 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