Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-12-05 23:51:57 +0300
committerJeff Johnston <jjohnstn@redhat.com>2003-12-05 23:51:57 +0300
commit25c7dad1fb868e879df9c633a10b9ad9a21e8e66 (patch)
tree95f7f8772ce9578a5cc1638960887ab94338a4cd /newlib
parentf36d3b6a0d6daa08f3c86c425557c48fc7cfdc46 (diff)
2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/wchar.h: Include <sys/reent.h>.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/include/wchar.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 27782ba3c..5b118bc79 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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
diff --git a/newlib/libc/include/wchar.h b/newlib/libc/include/wchar.h
index d532b9cfd..eeabd35c1 100644
--- a/newlib/libc/include/wchar.h
+++ b/newlib/libc/include/wchar.h
@@ -3,6 +3,8 @@
#include <_ansi.h>
+#include <sys/reent.h>
+
#define __need_size_t
#define __need_wchar_t
#define __need_wint_t