]> granicus.if.org Git - postgis/commitdiff
Fix build, providing a missing macro from recent commit
authorSandro Santilli <strk@keybit.net>
Tue, 17 Feb 2015 10:20:55 +0000 (10:20 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 17 Feb 2015 10:20:55 +0000 (10:20 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13222 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_tester.c

index 2addc3a5f5166b8bd6455171115e8398b66dd501..c32db3a728401300488d50d3d789a24859e4f2e7 100644 (file)
@@ -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