diff options
author | Warner Losh <imp@FreeBSD.org> | 2002-02-19 00:05:59 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2002-02-19 00:05:59 +0000 |
commit | 576541a9e697991807c130dfea6f94a788a1e6fe (patch) | |
tree | 4d682fcb9116e7b87abdc334d07500b7f166fa9a /usr.bin/lastcomm | |
parent | a448c26154a7b91daec8962b0164e5bddd5d6c9e (diff) | |
download | src-test2-576541a9e697991807c130dfea6f94a788a1e6fe.tar.gz src-test2-576541a9e697991807c130dfea6f94a788a1e6fe.zip |
Notes
Diffstat (limited to 'usr.bin/lastcomm')
-rw-r--r-- | usr.bin/lastcomm/lastcomm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index 497c7fcecb81..945c17f12b49 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -52,6 +52,7 @@ static const char rcsid[] = #include <ctype.h> #include <err.h> #include <fcntl.h> +#include <pwd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |