summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-24 13:21:24 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-24 13:21:24 +0000
commit12a8a7fa4c0109f2026bc038e210787355416bf2 (patch)
tree76eddb03c7787f6fccec7fa51e5cbe4b05f0161b /libexec
parent4cd22dd0a7c3b0a3452b366d74d1673c457fd4ac (diff)
downloadFreeBSD-src-12a8a7fa4c0109f2026bc038e210787355416bf2.zip
FreeBSD-src-12a8a7fa4c0109f2026bc038e210787355416bf2.tar.gz
Include <stdlib.h> for exit() and abort() prototypes.
Approved by: das (mentor)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rexecd/rexecd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c
index ef284d9..4d678eb 100644
--- a/libexec/rexecd/rexecd.c
+++ b/libexec/rexecd/rexecd.c
@@ -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>
OpenPOWER on IntegriCloud