OSDN Git Service

2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Fri, 5 Dec 2003 20:51:57 +0000 (20:51 +0000)
committerjjohnstn <jjohnstn>
Fri, 5 Dec 2003 20:51:57 +0000 (20:51 +0000)
        * libc/include/wchar.h: Include <sys/reent.h>.

newlib/ChangeLog
newlib/libc/include/wchar.h

index 27782ba..5b118bc 100644 (file)
@@ -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>
 
        * libc/stdlib/mbrlen.c: Change include order to prevent compiler errors
index d532b9c..eeabd35 100644 (file)
@@ -3,6 +3,8 @@
 
 #include <_ansi.h>
 
+#include <sys/reent.h>
+
 #define __need_size_t
 #define __need_wchar_t
 #define __need_wint_t