Add <stdlib.h> to get a prototype for exit().
Reviewed by: tjr
This commit is contained in:
parent
7c0d43f555
commit
0eae474cc2
@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <paths.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/wait.h> /* For WIFSIGNALED(status) */
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user