mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 12:44:53 +01:00
Include stdlib.h to get exit()'s prototype.
This commit is contained in:
parent
bd273f0c0b
commit
3d5f961224
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115668
@ -43,6 +43,7 @@ static const char rcsid[] =
|
||||
#include <string.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdlib.h>
|
||||
#include <syslog.h>
|
||||
#include <utmp.h>
|
||||
#ifdef XIDLE
|
||||
|
Loading…
Reference in New Issue
Block a user