aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--include/ruby/st.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 624fc4a0b9..9671458563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 23 14:18:14 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/st.h: need to include defines.h because LONG_LONG is
+ defined there.
+
Tue Dec 23 13:52:05 2008 Eric Hodel <drbrain@segment7.net>
* lib/rdoc/parser/c.rb: Don't coalesce adjacent comment blocks.
diff --git a/include/ruby/st.h b/include/ruby/st.h
index 31bac7b1ad..09a7c58226 100644
--- a/include/ruby/st.h
+++ b/include/ruby/st.h
@@ -14,6 +14,7 @@ extern "C" {
#ifndef RUBY_LIB
#include "ruby/config.h"
+#include "ruby/defines.h"
#ifdef RUBY_EXTCONF_H
#include RUBY_EXTCONF_H
#endif