include stdlib for malloc() and free()

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

GH: #1174
This commit is contained in:
Kurt Roeckx 2016-06-05 20:51:04 +02:00
parent 325cfa8531
commit 0a3206539a

View File

@ -9,6 +9,7 @@
*/
#include <stdint.h>
#include <unistd.h>
#include <stdlib.h>
#include <openssl/opensslconf.h>
#include "fuzzer.h"