aboutsummaryrefslogtreecommitdiffstats
path: root/regint.h
diff options
context:
space:
mode:
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 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 <ruby/st.h>
+#include "ruby/st.h"
typedef st_data_t hash_data_type;
#else
typedef unsigned long hash_data_type;