pkgsrc-ng/databases/cstore/patches/patch-src_AM_ROSWOSSegment.cpp
2013-09-26 17:14:40 +02:00

15 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>