Merge pull request #126 from miodragpop/patch-1

malloc.h conditional inclusion
This commit is contained in:
Duke Leto
2020-07-22 02:04:33 -04:00
committed by GitHub

View File

@@ -49,7 +49,9 @@
#include <boost/filesystem.hpp>
#include <boost/thread.hpp>
#if defined(__GLIBC__)
#include <malloc.h>
#endif
using namespace std;
using namespace libzcash;