Include stdlib.h for free() prototype.

... which is used inside the CUSTOM_SYS_AUTH_GET_LASTLOGIN_MSG block.
This commit is contained in:
Darren Tucker 2022-04-23 20:40:28 +10:00
parent 4cc05de568
commit dcd8dca29b
1 changed files with 1 additions and 0 deletions

View 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>