aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 03:05:47 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 03:05:47 +0000
commitedebd815b00518a782f6cf01a0f39b3e8fe21b05 (patch)
treee400cfc52697f9999501b3d5f69117b73ba13a07 /ChangeLog
parentfac096d5122fd95e4b4a7bdc711e2f411336ea26 (diff)
downloadruby-edebd815b00518a782f6cf01a0f39b3e8fe21b05.tar.gz
* ext/curses/curses.c: should include <ruby/io.h>.
* ext/io/wait/wait.c: ditto. * ext/openssl/ossl.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9bdee92ba..1371e3f990 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Sep 26 12:04:07 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * ext/curses/curses.c: should include <ruby/io.h>.
+
+ * ext/io/wait/wait.c: ditto.
+
+ * ext/openssl/ossl.h: ditto.
+
Fri Sep 26 11:34:08 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* variable.c (rb_define_hooked_variable): cast to get rid of compiler