* libc/stdlib/mbrtowc.c: Change include order to prevent compiler errors when

defining _mbrtowc.
This commit is contained in:
Christopher Faylor
2003-12-05 06:02:31 +00:00
parent aeab6ea658
commit 4c889d629d
2 changed files with 6 additions and 1 deletions

View File

@ -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>