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
323 B
C++
14 lines
323 B
C++
$NetBSD: patch-src_AM_ROSWOSSegment.cpp,v 1.1 2011/12/20 13:42:47 wiz Exp $
|
|
|
|
Add missing header.
|
|
|
|
--- src/AM/ROSWOSSegment.cpp.orig 2006-10-18 06:05:29.000000000 +0000
|
|
+++ src/AM/ROSWOSSegment.cpp
|
|
@@ -32,6 +32,7 @@
|
|
#include <fstream>
|
|
#include <sstream>
|
|
#include <strstream>
|
|
+#include <stdlib.h>
|
|
|
|
#include <db_cxx.h>
|
|
|