From b7e2efa4497f6f0f49e419f98c4389154cda8451 Mon Sep 17 00:00:00 2001 From: tholo Date: Wed, 5 Mar 1997 05:53:22 +0000 Subject: [PATCH] Add missing #include --- bin/pax/file_subs.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 3c49b1fdbaf..ad27adc2806 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file_subs.c,v 1.6 1997/03/04 05:44:49 tholo Exp $ */ +/* $OpenBSD: file_subs.c,v 1.7 1997/03/05 05:53:22 tholo Exp $ */ /* $NetBSD: file_subs.c,v 1.4 1995/03/21 09:07:18 cgd Exp $ */ /*- @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: file_subs.c,v 1.6 1997/03/04 05:44:49 tholo Exp $"; +static char rcsid[] = "$OpenBSD: file_subs.c,v 1.7 1997/03/05 05:53:22 tholo Exp $"; #endif #endif /* not lint */ @@ -58,6 +58,7 @@ static char rcsid[] = "$OpenBSD: file_subs.c,v 1.6 1997/03/04 05:44:49 tholo Exp #include #include #include "pax.h" +#include "options.h" #include "extern.h" static int -- 2.20.1