summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-02-25 05:09:12 +0000
committerbde <bde@FreeBSD.org>2002-02-25 05:09:12 +0000
commit6449432456685e436c43be0f614e5a608a3023ac (patch)
tree590fc358fa40c71ed93968f76860f3f309417be2 /usr.bin/finger
parentb3ad16b2d76c57cb82650940c83ccb2dc913b3a4 (diff)
downloadFreeBSD-src-6449432456685e436c43be0f614e5a608a3023ac.zip
FreeBSD-src-6449432456685e436c43be0f614e5a608a3023ac.tar.gz
Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn't
polluted, and <sys/types.h> is strictly a prerequisite for <sys/stat.h> untiil we drop support for pre-2001 versions of POSIX.
Diffstat (limited to 'usr.bin/finger')
-rw-r--r--usr.bin/finger/lprint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c
index 85603b5..5ef10fd 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>
OpenPOWER on IntegriCloud