Include <timeconv.h> for time conversion functions.

Approved by:	das (mentor)
This commit is contained in:
Stefan Farfeleder 2004-05-24 16:10:57 +00:00
parent 7138b71d5f
commit e54fb3f2dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129665
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>