mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
19 lines
406 B
C
19 lines
406 B
C
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
// Unity build file for MDB
|
|
|
|
#include "BeastConfig.h"
|
|
|
|
#include "ripple_mdb.h"
|
|
|
|
#if RIPPLE_MDB_AVAILABLE
|
|
|
|
#include "mdb/libraries/liblmdb/mdb.c"
|
|
#include "mdb/libraries/liblmdb/midl.c"
|
|
|
|
#endif
|