From: Darren Tucker Date: Tue, 23 Jul 2019 12:11:50 +0000 (+1000) Subject: Include stdlib.h for free() and calloc(). X-Git-Tag: V_8_1_P1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea60312e1c08dea88982fec68244f89a40912ff;p=thirdparty%2Fopenssh-portable.git Include stdlib.h for free() and calloc(). --- diff --git a/auth-options.c b/auth-options.c index 514221882..ca92f7a73 100644 --- a/auth-options.c +++ b/auth-options.c @@ -21,6 +21,7 @@ #include #include +#include #include #include #include diff --git a/hmac.c b/hmac.c index 1c879640c..e90b294fb 100644 --- a/hmac.c +++ b/hmac.c @@ -18,6 +18,8 @@ #include "includes.h" #include + +#include #include #include "sshbuf.h" diff --git a/krl.c b/krl.c index bb960882f..f36ba68ac 100644 --- a/krl.c +++ b/krl.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include diff --git a/mac.c b/mac.c index 9a504e892..eab453a41 100644 --- a/mac.c +++ b/mac.c @@ -27,6 +27,7 @@ #include +#include #include #include