aboutsummaryrefslogtreecommitdiffstats
path: root/community/namecoin/ssize_t.patch
blob: 2c21854ea39c3bdeb8828d99d7468e12fd522854 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"