diff options
author | fanquake <fanquake@gmail.com> | 2022-06-28 16:54:38 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-07-20 13:10:07 +0100 |
commit | fb6db6fb0eb96f96dc331f565acaa8193f285ab2 (patch) | |
tree | 43e3ad9d923c03e15a050c09c4dfccd3d549cd0d /src/wallet/bdb.cpp | |
parent | 203e682d22a89af23dab21418e841e3b54b136d4 (diff) |
compat: document S_I* defines when building for Windows
Diffstat (limited to 'src/wallet/bdb.cpp')
-rw-r--r-- | src/wallet/bdb.cpp | 1 |
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> |