From: Darren Tucker Date: Sat, 23 Apr 2022 10:40:28 +0000 (+1000) Subject: Include stdlib.h for free() prototype. X-Git-Tag: V_9_1_P1~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd8dca29bcdb193ff6be35b96fc55e6e30d37d9;p=thirdparty%2Fopenssh-portable.git Include stdlib.h for free() prototype. ... which is used inside the CUSTOM_SYS_AUTH_GET_LASTLOGIN_MSG block. --- diff --git a/sshlogin.c b/sshlogin.c index 82dd84819..06a7b381a 100644 --- a/sshlogin.c +++ b/sshlogin.c @@ -50,6 +50,7 @@ #include #include #include +#include #include #include #include