From 0c9fe2130f388e7d5dfd6362aeae1ea24a9ed581 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 23 Dec 2008 05:19:27 +0000 Subject: * 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 --- include/ruby/st.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ruby/st.h') 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 -- cgit v1.2.3