From 73653014707ab292212a703edab2c82fadf7c2b3 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Jul 2008 13:30:46 +0000 Subject: * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so that extconf.rb do not need to check if headers exist under separated directory. [ruby-dev:35437] * include/{ruby,rubyio,rubysig}.h, include/ruby/intern.h: use "ruby/..." instead of . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby') diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 405d473e39..b009384d9f 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -26,7 +26,7 @@ extern "C" { #else # include #endif -#include +#include "ruby/st.h" /* * Functions and variables that are used by more than one source file of -- cgit v1.2.3