aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/bdb.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-06-28 16:54:38 +0100
committerfanquake <fanquake@gmail.com>2022-07-20 13:10:07 +0100
commitfb6db6fb0eb96f96dc331f565acaa8193f285ab2 (patch)
tree43e3ad9d923c03e15a050c09c4dfccd3d549cd0d /src/wallet/bdb.cpp
parent203e682d22a89af23dab21418e841e3b54b136d4 (diff)
downloadbitcoin-fb6db6fb0eb96f96dc331f565acaa8193f285ab2.tar.xz
compat: document S_I* defines when building for Windows
Diffstat (limited to 'src/wallet/bdb.cpp')
-rw-r--r--src/wallet/bdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/bdb.cpp b/src/wallet/bdb.cpp
index dbd768a758..60715ff3c8 100644
--- a/src/wallet/bdb.cpp
+++ b/src/wallet/bdb.cpp
@@ -3,6 +3,7 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+#include <compat/compat.h>
#include <fs.h>
#include <wallet/bdb.h>
#include <wallet/db.h>