From e547d07a488ab17397217e2a57594c78bf747373 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 4 Nov 2000 04:37:24 +0000 Subject: More cleanups. Fix things so tinylogin compiles. Fix a bug in getdelim -- patch from David Whedon . --- libc/misc/ctype/ctype.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/misc/ctype') diff --git a/libc/misc/ctype/ctype.c b/libc/misc/ctype/ctype.c index 78e1f8891..1063f443d 100644 --- a/libc/misc/ctype/ctype.c +++ b/libc/misc/ctype/ctype.c @@ -6,6 +6,7 @@ * under the GNU Library General Public License. */ +#define USE_CTYPE_C_FUNCTIONS #include int -- cgit v1.2.3