summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rusersd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-02 02:35:18 +0000
committerobrien <obrien@FreeBSD.org>2003-06-02 02:35:18 +0000
commit60184b4b7e2362ddeda58c1bd311008bad172db5 (patch)
treee2fea0f6195705e6dfc6e7bf3b43c518280b8fe8 /libexec/rpc.rusersd
parentf40f81aa0ced8816bdce937eef71769fe3ec07cb (diff)
downloadFreeBSD-src-60184b4b7e2362ddeda58c1bd311008bad172db5.zip
FreeBSD-src-60184b4b7e2362ddeda58c1bd311008bad172db5.tar.gz
Include stdlib.h to get exit()'s prototype.
Diffstat (limited to 'libexec/rpc.rusersd')
-rw-r--r--libexec/rpc.rusersd/rusers_proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rpc.rusersd/rusers_proc.c b/libexec/rpc.rusersd/rusers_proc.c
index 71ccb9e..8bd9692 100644
--- a/libexec/rpc.rusersd/rusers_proc.c
+++ b/libexec/rpc.rusersd/rusers_proc.c
@@ -43,6 +43,7 @@ static const char rcsid[] =
#include <string.h>
#include <sys/param.h>
#include <sys/stat.h>
+#include <stdlib.h>
#include <syslog.h>
#include <utmp.h>
#ifdef XIDLE
OpenPOWER on IntegriCloud