From ee205b4c51355cfab0860a1e46d538ca5602bccc Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 29 Jan 1996 02:04:11 +0000 Subject: [PATCH] need errno.h because err declerations have moved --- lib/libc/string/__strerror.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/string/__strerror.c b/lib/libc/string/__strerror.c index cd604906db7..2642e854608 100644 --- a/lib/libc/string/__strerror.c +++ b/lib/libc/string/__strerror.c @@ -33,7 +33,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)strerror.c 5.6 (Berkeley) 5/4/91";*/ -static char *rcsid = "$Id: __strerror.c,v 1.1.1.1 1995/10/18 08:42:20 deraadt Exp $"; +static char *rcsid = "$Id: __strerror.c,v 1.2 1996/01/29 02:04:11 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #ifdef NLS @@ -46,6 +46,7 @@ static char *rcsid = "$Id: __strerror.c,v 1.1.1.1 1995/10/18 08:42:20 deraadt Ex #define sys_errlist _sys_errlist #define sys_nerr _sys_nerr +#include #include #include -- 2.20.1