Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
malloc.h header is glibc specific, not found on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodrag Popović authored and Miodrag Popović committed Jul 17, 2020
1 parent 9102e3c commit 353f4a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
#include <boost/filesystem.hpp>
#include <boost/thread.hpp>

#if defined(__GLIBC__)
#include <malloc.h>
#endif

using namespace std;
using namespace libzcash;
Expand Down

0 comments on commit 353f4a0

Please sign in to comment.