diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 1dfb06fd9..80d927284 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -49,7 +49,9 @@ #include #include +#if defined(__GLIBC__) #include +#endif using namespace std; using namespace libzcash;