Skip to content
Snippets Groups Projects
Commit 0a320653 authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

include stdlib for malloc() and free()


Reviewed-by: default avatarRich Salz <rsalz@openssl.org>

GH: #1174
parent 325cfa85
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
*/
#include <stdint.h>
#include <unistd.h>
#include <stdlib.h>
#include <openssl/opensslconf.h>
#include "fuzzer.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment