summaryrefslogtreecommitdiffhomepage
path: root/src/re.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-04-24 15:59:50 +0900
committerYukihiro Matsumoto <[email protected]>2012-04-24 15:59:50 +0900
commit2fc1b8af2db70e2e008cecb9fd2d8600034f95f9 (patch)
tree449457aa0c5472e6ef11b72b3b842c7aeec3b4da /src/re.c
parenta5c0d2a99635a8964c666cea8acb7b88b2eb2add (diff)
downloadmruby-2fc1b8af2db70e2e008cecb9fd2d8600034f95f9.tar.gz
mruby-2fc1b8af2db70e2e008cecb9fd2d8600034f95f9.zip
mv variable.h to mruby/variable.h
Diffstat (limited to 'src/re.c')
-rw-r--r--src/re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/re.c b/src/re.c
index 8d5645884..76c10cab9 100644
--- a/src/re.c
+++ b/src/re.c
@@ -16,7 +16,7 @@
#include "regint.h"
#include "mruby/class.h"
#include "mruby/hash.h"
-#include "variable.h"
+#include "mruby/variable.h"
#include "error.h"
#ifdef INCLUDE_REGEXP