summaryrefslogtreecommitdiffstats
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
parentabe4404c59832747d54e88fabb11e75c1a7bdcc9 (diff)
downloadFreeBSD-src-2edc0418f935918c8454937b6fa4e05156aa5c3f.zip
FreeBSD-src-2edc0418f935918c8454937b6fa4e05156aa5c3f.tar.gz
Include <timeconv.h> for time conversion functions.
Approved by: das (mentor)
-rw-r--r--sbin/restore/tape.c1
-rw-r--r--usr.sbin/yppoll/yppoll.c1
2 files changed, 2 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"
diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c
index 171b526..e35087c 100644
--- a/usr.sbin/yppoll/yppoll.c
+++ b/usr.sbin/yppoll/yppoll.c
@@ -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>
OpenPOWER on IntegriCloud