* 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
This commit is contained in:
usa 2008-12-23 05:19:27 +00:00
parent b8f7b97321
commit 0c9fe2130f
2 changed files with 6 additions and 0 deletions

View file

@ -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