summaryrefslogtreecommitdiffstats
path: root/usr.bin/lastcomm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-19 00:05:59 +0000
committerimp <imp@FreeBSD.org>2002-02-19 00:05:59 +0000
commit60cc340d82f5a470fed8ad4fe6d885a215c0f2c6 (patch)
tree4d682fcb9116e7b87abdc334d07500b7f166fa9a /usr.bin/lastcomm
parent8818100b0fa5f9b2ff855015b36b15b9deb1726f (diff)
downloadFreeBSD-src-60cc340d82f5a470fed8ad4fe6d885a215c0f2c6.zip
FreeBSD-src-60cc340d82f5a470fed8ad4fe6d885a215c0f2c6.tar.gz
Fixed divots that I created when I moved prototypes of group_from_gid
and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp
Diffstat (limited to 'usr.bin/lastcomm')
-rw-r--r--usr.bin/lastcomm/lastcomm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c
index 497c7fc..945c17f 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>
OpenPOWER on IntegriCloud