diff options
Diffstat (limited to 'testing/bitcoin/ssize_t.patch')
-rw-r--r-- | testing/bitcoin/ssize_t.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/bitcoin/ssize_t.patch b/testing/bitcoin/ssize_t.patch deleted file mode 100644 index 2c21854ea3..0000000000 --- a/testing/bitcoin/ssize_t.patch +++ /dev/null @@ -1,12 +0,0 @@ -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" |