From 3055081cdc1ff27ab6172570d9a9452ed2a260ae Mon Sep 17 00:00:00 2001 From: guenther Date: Fri, 26 Aug 2016 05:06:14 +0000 Subject: [PATCH] Need for time() and others. Pulled in by coincidence previously noted by tb@ --- bin/pax/ar_subs.c | 3 ++- bin/pax/gen_subs.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index 20dcd2f8b4f..51dd6e0859b 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar_subs.c,v 1.47 2016/08/26 04:31:35 guenther Exp $ */ +/* $OpenBSD: ar_subs.c,v 1.48 2016/08/26 05:06:14 guenther Exp $ */ /* $NetBSD: ar_subs.c,v 1.5 1995/03/21 09:07:06 cgd Exp $ */ /*- @@ -41,6 +41,7 @@ #include #include #include +#include #include #include "pax.h" diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index d712fbe2210..42c70804fb7 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gen_subs.c,v 1.31 2016/08/26 04:11:16 guenther Exp $ */ +/* $OpenBSD: gen_subs.c,v 1.32 2016/08/26 05:06:14 guenther Exp $ */ /* $NetBSD: gen_subs.c,v 1.5 1995/03/21 09:07:26 cgd Exp $ */ /*- @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include -- 2.20.1