summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorAndris Pavenis <pavenis@latnet.lv>2005-04-28 05:38:59 +0300
committerJim Wilson <wilson@gcc.gnu.org>2005-04-27 19:38:59 -0700
commit473c5bc9715208f533a23d50316ab997ab3affa9 (patch)
treefb2d6de9f70da70e3153f6680b38cdba2addd519 /libcpp/ChangeLog
parentc261cca91891df5e3e29fbb08a65e818b12f3a7f (diff)
downloadgcc-473c5bc9715208f533a23d50316ab997ab3affa9.tar.gz
From Andris Pavenis, approved by Zack Weinberg, for DJGPP build problem.
* files.c: Include io.h for DJGPP to get prototype of setmode. From-SVN: r98910
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 1a8fccf5ce1..c1d3c63ea99 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-27 Andris Pavenis <pavenis@latnet.lv>
+
+ * files.c: Include io.h for DJGPP to get prototype of setmode.
+
2005-04-19 Per Bothner <per@bothner.com>
PR preprocessor/20907