diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-27 09:33:55 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-27 09:33:55 +0000 |
commit | 58f1d31a1ddd071f092600d155601592f3930163 (patch) | |
tree | f46a94cc1155f22d323d87aded8edda6d6d53890 /include/ruby/util.h | |
parent | 592d885caa63c13cfec14cfc9b48ddc3bc55bb57 (diff) |
* defines.h, intern.h, missing.h, ruby.h, st.h, util.h: include
config.h and defines.h for autoconf macros.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/util.h')
-rw-r--r-- | include/ruby/util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ruby/util.h b/include/ruby/util.h index ee8e726572..b025fb61ec 100644 --- a/include/ruby/util.h +++ b/include/ruby/util.h @@ -19,6 +19,11 @@ extern "C" { #endif #endif +#include "ruby/defines.h" +#ifdef RUBY_EXTCONF_H +#include RUBY_EXTCONF_H +#endif + #ifndef _ #ifdef __cplusplus # ifndef HAVE_PROTOTYPES |