summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-05 22:50:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-05 22:50:52 +0000
commitfc272c3751ef58efce0d949ad8f9eac836e93a63 (patch)
tree8dd497a5368478e4e4c09583c484492cadcb0860
parent285618ff4bb8510cd68164d23f8de74d740d6ce8 (diff)
errno.h
-rw-r--r--bin/dd/misc.c5
1 files changed, 3 insertions, 2 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <errno.h>
#include <time.h>
#include <unistd.h>