diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2004-02-15 21:52:59 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2004-02-15 21:52:59 +0000 |
commit | e6420ce89a50adc6c0752b88bcae7b6bf4a14d04 (patch) | |
tree | d1d1c1cd8504d0a588f5ccd2dc620b25021babbb /usr.bin/last | |
parent | 758f11d12733b14451a5b9a622a672c71fd3fc73 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.bin/last/last.c | 1 |
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> |