mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
Use more specific path when including memenv.h
header
This commit is contained in:
parent
01e9e2d1ca
commit
f3b5c1e452
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ LIBMEMENV = $(LIBMEMENV_INT)
|
|||
|
||||
LEVELDB_CPPFLAGS =
|
||||
LEVELDB_CPPFLAGS += -I$(srcdir)/leveldb/include
|
||||
LEVELDB_CPPFLAGS += -I$(srcdir)/leveldb/helpers/memenv
|
||||
|
||||
LEVELDB_CPPFLAGS_INT =
|
||||
LEVELDB_CPPFLAGS_INT += -I$(srcdir)/leveldb
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include <leveldb/cache.h>
|
||||
#include <leveldb/env.h>
|
||||
#include <leveldb/filter_policy.h>
|
||||
#include <memenv.h>
|
||||
#include <leveldb/helpers/memenv/memenv.h>
|
||||
#include <stdint.h>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue