Include <timeconv.h> for time conversion functions.

Approved by:	das (mentor)
This commit is contained in:
stefanf 2004-05-24 16:10:57 +00:00
parent abe4404c59
commit 2edc0418f9
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ static const char rcsid[] =
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <timeconv.h>
#include <unistd.h>
#include "restore.h"

View File

@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <timeconv.h>
#include <unistd.h>
#include <rpc/rpc.h>