ports/net-p2p/litecoin/files/patch-src_leveldb_helpers_memenv_memenv.cc
Steve Wills 1c9720f21c net-p2p/litecoin: Update to 0.10.2.2
While here, clean up and add a litecoin-utils port

PR:		201154
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
2015-08-05 13:21:53 +00:00

11 lines
378 B
C++

--- src/leveldb/helpers/memenv/memenv.cc.orig 2015-07-10 17:23:55 UTC
+++ src/leveldb/helpers/memenv/memenv.cc
@@ -2,6 +2,8 @@
// 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.
+#define __STDC_LIMIT_MACROS
+
#include "helpers/memenv/memenv.h"
#include "leveldb/env.h"