aports/community/bitcoin/ssize_t.patch
2023-06-01 14:55:16 +01:00

11 lines
312 B
Diff

--- 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/db_impl.h"