aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bitcoin/ssize_t.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-12-14 13:16:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-14 13:19:07 +0000
commitefdc1261389912102db11754af094b2c7b526176 (patch)
treea099c10f2fe57a1d30ac51534b4e5eb55853e237 /testing/bitcoin/ssize_t.patch
parent1e6bf3dec06d8d0b2e5345bbe61c1168a1e6e3e1 (diff)
testing/bitcoin: new aport
decentralized P2P electronic cash system http://www.bitcoin.org/ ref #2444
Diffstat (limited to 'testing/bitcoin/ssize_t.patch')
-rw-r--r--testing/bitcoin/ssize_t.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/bitcoin/ssize_t.patch b/testing/bitcoin/ssize_t.patch
new file mode 100644
index 00000000000..2c21854ea39
--- /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 <sys/types.h>
+ #include "db/db_iter.h"
+
+ #include "db/filename.h"