Add <stdlib.h> to get a prototype for exit().

Reviewed by:	tjr
This commit is contained in:
keramida 2002-08-29 14:26:49 +00:00
parent 7c0d43f555
commit 0eae474cc2

View File

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