From: Ruben Kerkhof Date: Mon, 20 Jan 2020 10:09:27 +0000 (+0100) Subject: Fix a few warnings when on Mac OS X. X-Git-Tag: V_8_2_P1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=335dc93526942a650f6c69666b3f6ca44d0a2910;p=thirdparty%2Fopenssh-portable.git Fix a few warnings when on Mac OS X. Include stdlib.h for calloc, malloc, free and setenv. --- diff --git a/auth-pam.c b/auth-pam.c index d3f400bc3..ee9d2c7e9 100644 --- a/auth-pam.c +++ b/auth-pam.c @@ -56,6 +56,7 @@ #include #include #include +#include #include #include