summaryrefslogtreecommitdiffhomepage
path: root/src/struct.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/struct.c
parenta5c0d2a99635a8964c666cea8acb7b88b2eb2add (diff)
downloadmruby-2fc1b8af2db70e2e008cecb9fd2d8600034f95f9.tar.gz
mruby-2fc1b8af2db70e2e008cecb9fd2d8600034f95f9.zip
mv variable.h to mruby/variable.h
Diffstat (limited to 'src/struct.c')
-rw-r--r--src/struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/struct.c b/src/struct.c
index 41a6bb15c..c7e09d4ed 100644
--- a/src/struct.c
+++ b/src/struct.c
@@ -24,7 +24,7 @@ mrb_value mrb_exec_recursive_paired(mrb_state *mrb, mrb_value (*func) (mrb_state
#include "mruby/hash.h"
#include "mruby/string.h"
#include "mruby/class.h"
-#include "variable.h"
+#include "mruby/variable.h"
#include "mruby/range.h"
#include "error.h"
//#include "defines.h"