401deb1bad
Adapt for db4 update post 4.5. Now dies with segfault during build: terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr [1] Abort trap (core dumped) ./cstoreqptest 0...
14 lines
397 B
C++
14 lines
397 B
C++
$NetBSD: patch-src_UnitTests_LZEncodeDecode.cpp,v 1.1 2011/12/20 13:42:47 wiz Exp $
|
|
|
|
Add missing header.
|
|
|
|
--- src/UnitTests/LZEncodeDecode.cpp.orig 2006-10-17 19:35:33.000000000 +0000
|
|
+++ src/UnitTests/LZEncodeDecode.cpp
|
|
@@ -29,6 +29,7 @@
|
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
*/
|
|
#include "LZEncodeDecode.h"
|
|
+#include <stdlib.h>
|
|
|
|
|
|
LZEncodeDecode::LZEncodeDecode()
|