aboutsummaryrefslogtreecommitdiffstats
path: root/community/namecoin/ssize_t.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-09-04 23:35:18 +0000
committerJakub Jirutka <jakub@jirutka.cz>2016-09-08 21:57:25 +0200
commitee9edf5ad90396e4015f21fc897bcf32f3582d76 (patch)
tree5c9bc221e6d95e02cfa41c42da2e51bb46273164 /community/namecoin/ssize_t.patch
parent9be33aa809af1a7bb2abfa32a27aec44c041dcdf (diff)
community/namecoin: update to 0.13.0-rc1
https://github.com/namecoin/namecoin-core/blob/master/Changes
Diffstat (limited to 'community/namecoin/ssize_t.patch')
-rw-r--r--community/namecoin/ssize_t.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/namecoin/ssize_t.patch b/community/namecoin/ssize_t.patch
new file mode 100644
index 00000000000..2c21854ea39
--- /dev/null
+++ b/community/namecoin/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"