From 0a3206539a41f48b24d107449779cdbf5104c1fc Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sun, 5 Jun 2016 20:51:04 +0200 Subject: [PATCH] include stdlib for malloc() and free() Reviewed-by: Rich Salz GH: #1174 --- fuzz/driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzz/driver.c b/fuzz/driver.c index de515748ce..c530fedc84 100644 --- a/fuzz/driver.c +++ b/fuzz/driver.c @@ -9,6 +9,7 @@ */ #include #include +#include #include #include "fuzzer.h" -- 2.39.2