summaryrefslogtreecommitdiff
path: root/sshlogin.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-04-23 20:40:28 +1000
committerDarren Tucker <dtucker@dtucker.net>2022-04-23 21:14:01 +1000
commitdcd8dca29bcdb193ff6be35b96fc55e6e30d37d9 (patch)
treecae41fd298feb557fc9114a2b4a76eeef71a3c6d /sshlogin.c
parent4cc05de568e1c3edd7834ff3bd9d8214eb34861b (diff)
downloadopenssh-git-dcd8dca29bcdb193ff6be35b96fc55e6e30d37d9.tar.gz
Include stdlib.h for free() prototype.
... which is used inside the CUSTOM_SYS_AUTH_GET_LASTLOGIN_MSG block.
Diffstat (limited to 'sshlogin.c')
-rw-r--r--sshlogin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sshlogin.c b/sshlogin.c
index 82dd8481..06a7b381 100644
--- a/sshlogin.c
+++ b/sshlogin.c
@@ -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>