forked from Telodendria/Telodendria
Fix warnings about memset()
This commit is contained in:
parent
3b28af2031
commit
ec09882dbe
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
#include <Memory.h>
|
||||
#include <Log.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue