diff options
author | imp <imp@FreeBSD.org> | 2002-02-19 00:05:59 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-02-19 00:05:59 +0000 |
commit | 60cc340d82f5a470fed8ad4fe6d885a215c0f2c6 (patch) | |
tree | 4d682fcb9116e7b87abdc334d07500b7f166fa9a /usr.sbin/sa | |
parent | 8818100b0fa5f9b2ff855015b36b15b9deb1726f (diff) | |
download | FreeBSD-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.sbin/sa')
-rw-r--r-- | usr.sbin/sa/usrdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sa/usrdb.c b/usr.sbin/sa/usrdb.c index 9ca5f74..3bce1bd 100644 --- a/usr.sbin/sa/usrdb.c +++ b/usr.sbin/sa/usrdb.c @@ -39,6 +39,7 @@ static const char rcsid[] = #include <err.h> #include <errno.h> #include <fcntl.h> +#include <pwd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |