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