diff options
Diffstat (limited to 'newlib/libc/string')
-rw-r--r-- | newlib/libc/string/local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/newlib/libc/string/local.h b/newlib/libc/string/local.h index 5b3699d..3fdbfa3 100644 --- a/newlib/libc/string/local.h +++ b/newlib/libc/string/local.h @@ -1,7 +1,5 @@ #include <_ansi.h> - -/* internal function to translate JP to Unicode */ -wint_t _EXFUN (_jp2uc, (wint_t)); +#include <../ctype/local.h> /* internal function to compute width of wide char. */ int _EXFUN (__wcwidth, (wint_t)); |