include stdlib for malloc() and free()
authorKurt Roeckx <kurt@roeckx.be>
Sun, 5 Jun 2016 18:51:04 +0000 (20:51 +0200)
committerKurt Roeckx <kurt@roeckx.be>
Sat, 11 Jun 2016 14:43:49 +0000 (16:43 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
GH: #1174

fuzz/driver.c

index de515748cefc1137021f02cd7663c4e93c8b62c8..c530fedc844f1ec96823bd44018b13bae6211eb1 100644 (file)
@@ -9,6 +9,7 @@
  */
 #include <stdint.h>
 #include <unistd.h>
+#include <stdlib.h>
 #include <openssl/opensslconf.h>
 #include "fuzzer.h"