summaryrefslogtreecommitdiffstats
path: root/sbin/restore
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-24 16:10:57 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-24 16:10:57 +0000
commit2edc0418f935918c8454937b6fa4e05156aa5c3f (patch)
tree9daba4a86d18be0342a9079a8ef2f2d37d07ac6e /sbin/restore
parentabe4404c59832747d54e88fabb11e75c1a7bdcc9 (diff)
downloadFreeBSD-src-2edc0418f935918c8454937b6fa4e05156aa5c3f.zip
FreeBSD-src-2edc0418f935918c8454937b6fa4e05156aa5c3f.tar.gz
Include <timeconv.h> for time conversion functions.
Approved by: das (mentor)
Diffstat (limited to 'sbin/restore')
-rw-r--r--sbin/restore/tape.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c
index 6a2163b..28bca7f 100644
--- a/sbin/restore/tape.c
+++ b/sbin/restore/tape.c
@@ -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"
OpenPOWER on IntegriCloud