diff options
author | obrien <obrien@FreeBSD.org> | 2003-06-02 02:35:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-06-02 02:35:18 +0000 |
commit | 60184b4b7e2362ddeda58c1bd311008bad172db5 (patch) | |
tree | e2fea0f6195705e6dfc6e7bf3b43c518280b8fe8 | |
parent | f40f81aa0ced8816bdce937eef71769fe3ec07cb (diff) | |
download | FreeBSD-src-60184b4b7e2362ddeda58c1bd311008bad172db5.zip FreeBSD-src-60184b4b7e2362ddeda58c1bd311008bad172db5.tar.gz |
Include stdlib.h to get exit()'s prototype.
-rw-r--r-- | libexec/rpc.rusersd/rusers_proc.c | 1 |
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 |