diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 05:09:12 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-02-25 05:09:12 +0000 |
| commit | 724f76029d52918e44678ece30f9b35925e10097 (patch) | |
| tree | 590fc358fa40c71ed93968f76860f3f309417be2 /usr.bin | |
| parent | 469a45700c9ecb59e00e75085b9c3db0c78173b6 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/finger/lprint.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index 85603b52aa36..5ef10fd97190 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -43,7 +43,9 @@ static char sccsid[] = "@(#)lprint.c 8.3 (Berkeley) 4/28/95"; #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include <sys/types.h> #include <sys/stat.h> +#include <sys/time.h> #include <ctype.h> #include <db.h> #include <err.h> |
