From e057bae563e133dbab7381ebbe1dc10f93d6eb4f Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 2 May 2020 00:19:55 +0100 Subject: Include `` for `explicit_bzero`. We need this for vanilla nacl builds on Linux. --- toxcore/crypto_core_mem.c | 2 ++ 1 file changed, 2 insertions(+) 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 @@ #if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) #include #include +#elif defined(HAVE_EXPLICIT_BZERO) +#include #endif #endif -- cgit v1.2.3