aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386/gen/makecontext.c
diff options
context:
space:
mode:
authorRobert Drehmel <robert@FreeBSD.org>2002-08-15 11:58:24 +0000
committerRobert Drehmel <robert@FreeBSD.org>2002-08-15 11:58:24 +0000
commitb78411b153f6705395c5736e5049cd497573419a (patch)
tree1b159bf990f641dc84b116b4722486a014640c93 /lib/libc/i386/gen/makecontext.c
parentf8418db73e3d0515fb582fa9a093019c08434267 (diff)
downloadsrc-b78411b153f6705395c5736e5049cd497573419a.tar.gz
src-b78411b153f6705395c5736e5049cd497573419a.zip
Include <stdlib.h> to have abort() and exit() declared.
Notes
Notes: svn path=/head/; revision=101915
Diffstat (limited to 'lib/libc/i386/gen/makecontext.c')
-rw-r--r--lib/libc/i386/gen/makecontext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/i386/gen/makecontext.c b/lib/libc/i386/gen/makecontext.c
index 1334b5af430c..e1eb90fde43e 100644
--- a/lib/libc/i386/gen/makecontext.c
+++ b/lib/libc/i386/gen/makecontext.c
@@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
#include <errno.h>
#include <stdarg.h>
+#include <stdlib.h>
#include <ucontext.h>
#include <unistd.h>