summaryrefslogtreecommitdiffstats
path: root/usr.bin/last/last.c
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2004-02-15 21:52:59 +0000
committerdwmalone <dwmalone@FreeBSD.org>2004-02-15 21:52:59 +0000
commite6420ce89a50adc6c0752b88bcae7b6bf4a14d04 (patch)
treed1d1c1cd8504d0a588f5ccd2dc620b25021babbb /usr.bin/last/last.c
parent758f11d12733b14451a5b9a622a672c71fd3fc73 (diff)
downloadFreeBSD-src-e6420ce89a50adc6c0752b88bcae7b6bf4a14d04.zip
FreeBSD-src-e6420ce89a50adc6c0752b88bcae7b6bf4a14d04.tar.gz
Include timeconv.h for _int_to_time and _time_to_int.
Diffstat (limited to 'usr.bin/last/last.c')
-rw-r--r--usr.bin/last/last.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c
index 46304f1..e63e2c7 100644
--- a/usr.bin/last/last.c
+++ b/usr.bin/last/last.c
@@ -57,6 +57,7 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include <timeconv.h>
#include <unistd.h>
#include <utmp.h>
#include <sys/queue.h>
OpenPOWER on IntegriCloud