diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c index 09c8a363f906..a13bc70e84f2 100644 --- a/lib/libc/string/strerror.c +++ b/lib/libc/string/strerror.c @@ -33,11 +33,11 @@ #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.4 1994/10/06 18:14:53 jtc Exp $"; +static char *rcsid = "$Id: strerror.c,v 1.5 1994/10/12 02:35:26 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include -#Include +#include /* * Since perror() is not allowed to change the contents of strerror()'s