summaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-22 07:05:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-22 07:05:17 +0000
commitb893552d2361818c418323aaff2b8a9c582287a7 (patch)
tree8d8600688ad6207c1d147f63eb18de8902016ec8 /regint.h
parent64f8121d3fcdb71732b71ca6355a2c25c6bc78c2 (diff)
downloadruby-b893552d2361818c418323aaff2b8a9c582287a7.tar.gz
ruby-b893552d2361818c418323aaff2b8a9c582287a7.tar.xz
ruby-b893552d2361818c418323aaff2b8a9c582287a7.zip
* regint.h: use "ruby/..." instead of <ruby/...>.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regint.h b/regint.h
index 861e13e27..63d9a12a2 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 <ruby/st.h>
+#include "ruby/st.h"
typedef st_data_t hash_data_type;
#else
typedef unsigned long hash_data_type;