diff options
Diffstat (limited to 'lib/libc/gen/tolower_.c')
-rw-r--r-- | lib/libc/gen/tolower_.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/tolower_.c b/lib/libc/gen/tolower_.c index b145fc46e41..d0d78865fe5 100644 --- a/lib/libc/gen/tolower_.c +++ b/lib/libc/gen/tolower_.c @@ -4,11 +4,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: tolower_.c,v 1.3 2001/06/27 07:17:08 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: tolower_.c,v 1.4 2002/12/11 23:01:40 millert Exp $"; #endif /* LIBC_SCCS and not lint */ -#include <stdio.h> +#define _ANSI_LIBRARY #include <ctype.h> +#include <stdio.h> const short _C_tolower_[1 + 256] = { EOF, |