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
1 changed files with 1 additions and 0 deletions

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>