summaryrefslogtreecommitdiff
path: root/databases/cstore/patches/patch-src_UnitTests_BDBPerformanceProfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'databases/cstore/patches/patch-src_UnitTests_BDBPerformanceProfile.cpp')
-rw-r--r--databases/cstore/patches/patch-src_UnitTests_BDBPerformanceProfile.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/cstore/patches/patch-src_UnitTests_BDBPerformanceProfile.cpp b/databases/cstore/patches/patch-src_UnitTests_BDBPerformanceProfile.cpp
new file mode 100644
index 00000000000..a32116f3495
--- /dev/null
+++ b/databases/cstore/patches/patch-src_UnitTests_BDBPerformanceProfile.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_UnitTests_BDBPerformanceProfile.cpp,v 1.1 2011/12/20 13:42:47 wiz Exp $
+
+Add missing header.
+
+--- src/UnitTests/BDBPerformanceProfile.cpp.orig 2006-10-18 06:04:35.000000000 +0000
++++ src/UnitTests/BDBPerformanceProfile.cpp
+@@ -29,6 +29,7 @@
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+ #include "BDBPerformanceProfile.h"
++#include <stdlib.h>
+
+ BDBPerformanceProfile::BDBPerformanceProfile()
+ {