Include timeconv.h for _int_to_time and _time_to_int.

This commit is contained in:
David Malone 2004-02-15 21:52:59 +00:00
parent f82dfde7e5
commit baa8d9176f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125856

View File

@ -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>