2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/wchar.h: Include <sys/reent.h>.
This commit is contained in:
parent
f36d3b6a0d
commit
25c7dad1fb
|
@ -1,3 +1,7 @@
|
||||||
|
2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/wchar.h: Include <sys/reent.h>.
|
||||||
|
|
||||||
2003-12-05 Christopher Faylor <cgf@redhat.com>
|
2003-12-05 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* libc/stdlib/mbrlen.c: Change include order to prevent compiler errors
|
* libc/stdlib/mbrlen.c: Change include order to prevent compiler errors
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
#include <_ansi.h>
|
#include <_ansi.h>
|
||||||
|
|
||||||
|
#include <sys/reent.h>
|
||||||
|
|
||||||
#define __need_size_t
|
#define __need_size_t
|
||||||
#define __need_wchar_t
|
#define __need_wchar_t
|
||||||
#define __need_wint_t
|
#define __need_wint_t
|
||||||
|
|
Loading…
Reference in New Issue