diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 3c7040b45..3a0bc389c 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;