Include <stdlib.h> for exit() and abort() prototypes.

Approved by:	das (mentor)
This commit is contained in:
Stefan Farfeleder 2004-05-24 13:21:24 +00:00
parent 8b061e144e
commit 28e1bf4689
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129658
3 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,7 @@ static const char rcsid[] =
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>

View File

@ -55,6 +55,7 @@
#include <libatm.h>
#include <paths.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>

View File

@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
#include <sys/fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <limits.h>