summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:53:02 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:53:02 +0000
commitd8bb885d5ec7a44f13795dea82a98d84d433342c (patch)
treefde2febef94742a48752ee96c4b341af4887f665 /include
parent298cae677d8e61168253bab7efe67a254afa10c7 (diff)
merges r20933 from trunk into ruby_1_9_1.
* include/ruby/st.h: need to include defines.h because LONG_LONG is defined there. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/st.h1
1 files changed, 1 insertions, 0 deletions
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