mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
#include <stdlib.h> for exit(3) prototype.
This commit is contained in:
parent
c01df1d365
commit
753d42d2ea
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <err.h>
|
||||
#include <pwd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue