1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/testing/bitcoin/ssize_t.patch
Natanael Copa efdc126138 testing/bitcoin: new aport
decentralized P2P electronic cash system
http://www.bitcoin.org/

ref #2444
2013-12-14 13:19:07 +00:00

12 lines
410 B
Diff

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"