mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
While here, clean up and add a litecoin-utils port PR: 201154 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
11 lines
378 B
C++
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"
|