summaryrefslogtreecommitdiff
path: root/misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'misc.cpp')
-rw-r--r--misc.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc.cpp b/misc.cpp
index f16af66..3c2c2a5 100644
--- a/misc.cpp
+++ b/misc.cpp
@@ -8,6 +8,10 @@
#include "words.h"
#include <new>
+#if defined(CRYPTOPP_MEMALIGN_AVAILABLE) || defined(CRYPTOPP_MM_MALLOC_AVAILABLE) || defined(QNX)
+#include <malloc.h>
+#endif
+
NAMESPACE_BEGIN(CryptoPP)
void xorbuf(byte *buf, const byte *mask, size_t count)