]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Include stdlib.h for free() prototype.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 23 Apr 2022 10:40:28 +0000 (20:40 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 23 Apr 2022 11:14:01 +0000 (21:14 +1000)
... which is used inside the CUSTOM_SYS_AUTH_GET_LASTLOGIN_MSG block.

sshlogin.c

index 82dd848191b1f158e679cc38bc381b58b78be06d..06a7b381ade7441455e8f26a0b0c290ca593166d 100644 (file)
@@ -50,6 +50,7 @@
 #include <fcntl.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <time.h>
 #include <unistd.h>