Include string.h so mem* functions get properly declared.
This commit is contained in:
parent
4981372d03
commit
d8770f3ece
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <openssl/asn1.h>
|
||||
#include <openssl/asn1t.h>
|
||||
#include <openssl/objects.h>
|
||||
|
|
Loading…
Reference in a new issue