From 205f238504f1d9f93f401fa56c9006e14c2e64ea Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 24 May 2014 04:00:06 +0000 Subject: [PATCH] Missed #include --- bin/pax/tables.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/pax/tables.c b/bin/pax/tables.c index 3377fdcda7e..b898b8946fd 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tables.c,v 1.32 2014/05/23 19:47:49 guenther Exp $ */ +/* $OpenBSD: tables.c,v 1.33 2014/05/24 04:00:06 guenther Exp $ */ /* $NetBSD: tables.c,v 1.4 1995/03/21 09:07:45 cgd Exp $ */ /*- @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include -- 2.20.1