diff options
Diffstat (limited to 'databases/cstore/patches/patch-src_AM_ROSWOSSegment.cpp')
-rw-r--r-- | databases/cstore/patches/patch-src_AM_ROSWOSSegment.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/cstore/patches/patch-src_AM_ROSWOSSegment.cpp b/databases/cstore/patches/patch-src_AM_ROSWOSSegment.cpp new file mode 100644 index 00000000000..bbb6b138ff1 --- /dev/null +++ b/databases/cstore/patches/patch-src_AM_ROSWOSSegment.cpp @@ -0,0 +1,14 @@ +$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> + |