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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 */
#include <stdint.h>
#include <unistd.h>
#include <stdlib.h>
#include <openssl/opensslconf.h>
#include "fuzzer.h"