diff options
Diffstat (limited to 'newlib/libc/stdlib/mbrtowc.c')
-rw-r--r-- | newlib/libc/stdlib/mbrtowc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/mbrtowc.c b/newlib/libc/stdlib/mbrtowc.c index 0db1208d0..6bf20877c 100644 --- a/newlib/libc/stdlib/mbrtowc.c +++ b/newlib/libc/stdlib/mbrtowc.c @@ -1,7 +1,7 @@ +#include <reent.h> #include <wchar.h> #include <stdlib.h> #include <stdio.h> -#include <reent.h> #include <errno.h> #include <string.h> |