From 9654ea62cce8e49341e13d2065772771d11145fb Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Jul 2008 07:05:17 +0000 Subject: * regint.h: use "ruby/..." instead of . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- regint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regint.h') diff --git a/regint.h b/regint.h index 861e13e27d..63d9a12a2d 100644 --- a/regint.h +++ b/regint.h @@ -813,7 +813,7 @@ extern int onig_is_code_in_cc_len P_((int enclen, OnigCodePoint code, CClassNod /* strend hash */ typedef void hash_table_type; #ifdef RUBY -#include +#include "ruby/st.h" typedef st_data_t hash_data_type; #else typedef unsigned long hash_data_type; -- cgit v1.2.3