]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Fix a few warnings when on Mac OS X.
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 20 Jan 2020 10:09:27 +0000 (11:09 +0100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 20 Jan 2020 10:17:11 +0000 (21:17 +1100)
Include stdlib.h for calloc, malloc, free and setenv.

auth-pam.c

index d3f400bc30346d934ff3899e925dbbb2fdeac1ac..ee9d2c7e935de1c00c150b7ada578f60a14e3752 100644 (file)
@@ -56,6 +56,7 @@
 #include <errno.h>
 #include <signal.h>
 #include <stdarg.h>
+#include <stdlib.h>
 #include <string.h>
 #include <unistd.h>