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

Reviewed by:	tjr
This commit is contained in:
Giorgos Keramidas 2002-08-29 14:26:49 +00:00
parent 1851791868
commit d1d578b2cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102576

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>