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