summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 05:19:27 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-23 05:19:27 +0000
commit0c9fe2130f388e7d5dfd6362aeae1ea24a9ed581 (patch)
treea71d6f305d7dede3c26de8c0598878240a0434bd /include
parentb8f7b97321b6dd7ba62f6ffe6138ef906b37c57d (diff)
* 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/trunk@20933 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