summaryrefslogtreecommitdiff
path: root/databases/cstore/patches/patch-src_UnitTests_Type2WriterTest.cpp
blob: 85d5156a74ad0a3de8a4f99540631a222d021f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_UnitTests_Type2WriterTest.cpp,v 1.1 2011/12/20 13:42:47 wiz Exp $

Add missing header.

--- src/UnitTests/Type2WriterTest.cpp.orig	2006-10-17 19:35:33.000000000 +0000
+++ src/UnitTests/Type2WriterTest.cpp
@@ -29,6 +29,7 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "Type2WriterTest.h"
+#include <stdlib.h>
 
 Type2WriterTest::Type2WriterTest()
 {