summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/crypto_core_mem.c')
-rw-r--r--toxcore/crypto_core_mem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/crypto_core_mem.c b/toxcore/crypto_core_mem.c
index b8c0bd9b..86f3d0c9 100644
--- a/toxcore/crypto_core_mem.c
+++ b/toxcore/crypto_core_mem.c
@@ -29,6 +29,8 @@
29#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) 29#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
30#include <windows.h> 30#include <windows.h>
31#include <wincrypt.h> 31#include <wincrypt.h>
32#elif defined(HAVE_EXPLICIT_BZERO)
33#include <string.h>
32#endif 34#endif
33#endif 35#endif
34 36