From baa8d9176feca35da6695135fbebe1f206bd6a2f Mon Sep 17 00:00:00 2001 From: David Malone Date: Sun, 15 Feb 2004 21:52:59 +0000 Subject: [PATCH] Include timeconv.h for _int_to_time and _time_to_int. --- usr.bin/last/last.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index 46304f1e2422..e63e2c773115 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include