mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix path to lmdb.h
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#if ! BEAST_WIN32
|
#if ! BEAST_WIN32
|
||||||
#define RIPPLE_MDB_AVAILABLE 1
|
#define RIPPLE_MDB_AVAILABLE 1
|
||||||
|
|
||||||
#include "mdb/libraries/liblmdb/lmdb.h"
|
#include "libraries/liblmdb/lmdb.h"
|
||||||
|
|
||||||
#else
|
#else
|
||||||
// mdb is unsupported on Win32
|
// mdb is unsupported on Win32
|
||||||
|
|||||||
Reference in New Issue
Block a user