Include <stdlib.h> to have abort() and exit() declared.

This commit is contained in:
Robert Drehmel 2002-08-15 11:58:24 +00:00
parent f8418db73e
commit b78411b153
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101915

View file

@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
#include <errno.h>
#include <stdarg.h>
#include <stdlib.h>
#include <ucontext.h>
#include <unistd.h>