mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
<stdlib.h> is needed for exit(3) when building with -fno-builtin.
This commit is contained in:
parent
5c9321595d
commit
847cd4bdd0
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ static const char rcsid[] =
|
|||
"$FreeBSD$";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int main __P((void));
|
||||
|
|
|
|||
Loading…
Reference in a new issue