summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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