mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Include <string.h>
for explicit_bzero
.
We need this for vanilla nacl builds on Linux.
This commit is contained in:
parent
9be4dbb433
commit
e057bae563
|
@ -29,6 +29,8 @@
|
|||
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
#include <windows.h>
|
||||
#include <wincrypt.h>
|
||||
#elif defined(HAVE_EXPLICIT_BZERO)
|
||||
#include <string.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user