* libc/stdlib/mbrtowc.c: Change include order to prevent compiler errors when
defining _mbrtowc.
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user