diff options
Diffstat (limited to 'libc/stdio/fputws.c')
-rw-r--r-- | libc/stdio/fputws.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdio/fputws.c b/libc/stdio/fputws.c index aa5a514cb..e83cc9fcb 100644 --- a/libc/stdio/fputws.c +++ b/libc/stdio/fputws.c @@ -5,6 +5,8 @@ * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. */ +#define wcslen __wcslen + #include "_stdio.h" extern int __fputws_unlocked(const wchar_t *__restrict ws, |