diff options
author | 1997-03-05 05:53:22 +0000 | |
---|---|---|
committer | 1997-03-05 05:53:22 +0000 | |
commit | b7e2efa4497f6f0f49e419f98c4389154cda8451 (patch) | |
tree | 14d1241f09d52f3883bc10ccd6693ce25207c33d | |
parent | added back usr/share/man/cat8/tahoe; we still ship these man pages, (diff) | |
download | wireguard-openbsd-b7e2efa4497f6f0f49e419f98c4389154cda8451.tar.xz wireguard-openbsd-b7e2efa4497f6f0f49e419f98c4389154cda8451.zip |
Add missing #include
-rw-r--r-- | bin/pax/file_subs.c | 5 |
1 files 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 <sys/uio.h> #include <stdlib.h> #include "pax.h" +#include "options.h" #include "extern.h" static int |