summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-04-16 22:39:57 +0900
committertake_cheeze <[email protected]>2014-04-16 22:39:57 +0900
commitc0eaaf3559c0e78868277315c1290ae9aa03ed69 (patch)
treed8daba803584ae1ccca09f2c56e1eea05f59bf86 /src/string.c
parent93c82514dcce47f7c72d1ab24fcbecdacbd072d6 (diff)
downloadmruby-c0eaaf3559c0e78868277315c1290ae9aa03ed69.tar.gz
mruby-c0eaaf3559c0e78868277315c1290ae9aa03ed69.zip
Move src/re.h to include/mruby/re.h .
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c2
1 files changed, 1 insertions, 1 deletions
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)