aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/passwd
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2002-05-11 03:18:14 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2002-05-11 03:18:14 +0000
commit753d42d2ea853ca48059cd45f0428426962d421a (patch)
treea095fef2b1cd312dbe7536b047d8530218d4e7e1 /usr.bin/passwd
parentc01df1d3653eb91115560e128fe6890a773e13f6 (diff)
downloadsrc-753d42d2ea853ca48059cd45f0428426962d421a.tar.gz
src-753d42d2ea853ca48059cd45f0428426962d421a.zip
#include <stdlib.h> for exit(3) prototype.
Notes
Notes: svn path=/head/; revision=96384
Diffstat (limited to 'usr.bin/passwd')
-rw-r--r--usr.bin/passwd/passwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c
index 9d01454f5392..c66bcb0c3602 100644
--- a/usr.bin/passwd/passwd.c
+++ b/usr.bin/passwd/passwd.c
@@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <pwd.h>
#include <stdio.h>
+#include <stdlib.h>
#include <syslog.h>
#include <unistd.h>