* 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,3 +1,8 @@
2003-12-05 Christopher Faylor <cgf@redhat.com>
* libc/stdlib/mbrtowc.c: Change include order to prevent compiler
errors when defining _mbrtowc.
2003-12-04 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/stdio/vfprintf.c (_VFPRINTF_R): Use _r versions

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>