From: Kurt Roeckx Date: Sun, 5 Jun 2016 18:51:04 +0000 (+0200) Subject: include stdlib for malloc() and free() X-Git-Tag: OpenSSL_1_1_0-pre6~488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a3206539a41f48b24d107449779cdbf5104c1fc;p=thirdparty%2Fopenssl.git include stdlib for malloc() and free() Reviewed-by: Rich Salz GH: #1174 --- diff --git a/fuzz/driver.c b/fuzz/driver.c index de515748cef..c530fedc844 100644 --- a/fuzz/driver.c +++ b/fuzz/driver.c @@ -9,6 +9,7 @@ */ #include #include +#include #include #include "fuzzer.h"