diff options
Diffstat (limited to 'newlib/libc/stdio/fwide.c')
-rw-r--r-- | newlib/libc/stdio/fwide.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio/fwide.c b/newlib/libc/stdio/fwide.c index b81327ada..46a7db086 100644 --- a/newlib/libc/stdio/fwide.c +++ b/newlib/libc/stdio/fwide.c @@ -55,6 +55,7 @@ C99, POSIX.1-2001. */ #include <_ansi.h> +#include <wchar.h> #include "local.h" int |