From fc272c3751ef58efce0d949ad8f9eac836e93a63 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 5 Aug 1997 22:50:52 +0000 Subject: errno.h --- bin/dd/misc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/dd') diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 48878444c58..9b1eac79c5e 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.5 1997/08/05 22:22:53 deraadt Exp $ */ +/* $OpenBSD: misc.c,v 1.6 1997/08/05 22:50:51 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.4 1995/03/21 09:04:10 cgd Exp $ */ /*- @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$OpenBSD: misc.c,v 1.5 1997/08/05 22:22:53 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.6 1997/08/05 22:50:51 deraadt Exp $"; #endif #endif /* not lint */ @@ -52,6 +52,7 @@ static char rcsid[] = "$OpenBSD: misc.c,v 1.5 1997/08/05 22:22:53 deraadt Exp $" #include #include #include +#include #include #include -- cgit v1.2.3