From c0eaaf3559c0e78868277315c1290ae9aa03ed69 Mon Sep 17 00:00:00 2001 From: take_cheeze Date: Wed, 16 Apr 2014 22:39:57 +0900 Subject: Move src/re.h to include/mruby/re.h . --- src/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index ebc579ec5..9c206157e 100644 --- a/src/string.c +++ b/src/string.c @@ -14,7 +14,7 @@ #include "mruby/class.h" #include "mruby/range.h" #include "mruby/string.h" -#include "re.h" +#include "mruby/re.h" #define STR_EMBED_P(s) ((s)->flags & MRB_STR_EMBED) #define STR_SET_EMBED_FLAG(s) ((s)->flags |= MRB_STR_EMBED) -- cgit v1.2.3