diff options
Diffstat (limited to 'newlib/libc/stdlib/wctob.c')
-rw-r--r-- | newlib/libc/stdlib/wctob.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/wctob.c b/newlib/libc/stdlib/wctob.c index 57187b287..37f7f953f 100644 --- a/newlib/libc/stdlib/wctob.c +++ b/newlib/libc/stdlib/wctob.c @@ -2,6 +2,7 @@ #include <wchar.h> #include <stdlib.h> #include <stdio.h> +#include <string.h> int wctob (wint_t c) |