From d85536af73dc5d327075d983abfa69d70e129d20 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sat, 2 Jun 2001 21:46:42 +0000 Subject: Add locale-enabled strcoll function from vodz, plus supporting tool. --- libc/misc/ctype/ctype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/ctype/ctype.c') diff --git a/libc/misc/ctype/ctype.c b/libc/misc/ctype/ctype.c index 8d6a1dba7..18ffed4a5 100644 --- a/libc/misc/ctype/ctype.c +++ b/libc/misc/ctype/ctype.c @@ -157,7 +157,7 @@ toupper( int c ) #else /* __UCLIBC_HAS_LOCALE__ */ #include -#include "./ctype.h" +#include "../locale/_locale.h" #define _UC_ISCTYPE(c, type) \ ((c != -1) && ((_uc_ctype_b[(int)((unsigned char)c)] & type) != 0)) -- cgit v1.2.3