From efdc1261389912102db11754af094b2c7b526176 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 14 Dec 2013 13:16:58 +0000 Subject: testing/bitcoin: new aport decentralized P2P electronic cash system http://www.bitcoin.org/ ref #2444 --- testing/bitcoin/ssize_t.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/bitcoin/ssize_t.patch (limited to 'testing/bitcoin/ssize_t.patch') diff --git a/testing/bitcoin/ssize_t.patch b/testing/bitcoin/ssize_t.patch new file mode 100644 index 0000000000..2c21854ea3 --- /dev/null +++ b/testing/bitcoin/ssize_t.patch @@ -0,0 +1,12 @@ +diff --git a/src/leveldb/db/db_iter.cc b/src/leveldb/db/db_iter.cc +index 071a54e..68a18f2 100644 +--- a/src/leveldb/db/db_iter.cc ++++ b/src/leveldb/db/db_iter.cc +@@ -2,6 +2,7 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. See the AUTHORS file for names of contributors. + ++#include + #include "db/db_iter.h" + + #include "db/filename.h" -- cgit v1.2.3