Skip to content

Commit dcd8dca

Browse files
committed
Include stdlib.h for free() prototype.
... which is used inside the CUSTOM_SYS_AUTH_GET_LASTLOGIN_MSG block.
1 parent 4cc05de commit dcd8dca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sshlogin.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
#include <fcntl.h>
5151
#include <stdarg.h>
5252
#include <stdio.h>
53+
#include <stdlib.h>
5354
#include <string.h>
5455
#include <time.h>
5556
#include <unistd.h>

0 commit comments

Comments
 (0)