summaryrefslogtreecommitdiffhomepage
path: root/tools/mirb/mirb.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-18 12:54:23 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-18 12:54:23 +0900
commit219162117ab282d02ffebfc2e3e7e3d11f18095c (patch)
treead8cb057c97a1e656b482ea70aaae615a537849b /tools/mirb/mirb.c
parentbbf7b0ceba117e30662f9e2459d9c06360950a10 (diff)
downloadmruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.tar.gz
mruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.zip
move compile.h to mruby/compile.h
Diffstat (limited to 'tools/mirb/mirb.c')
-rw-r--r--tools/mirb/mirb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mirb/mirb.c b/tools/mirb/mirb.c
index 8c1978059..df7c29df6 100644
--- a/tools/mirb/mirb.c
+++ b/tools/mirb/mirb.c
@@ -11,7 +11,7 @@
#include <mruby.h>
#include <mruby/proc.h>
#include <mruby/data.h>
-#include <compile.h>
+#include <mruby/compile.h>
/* Guess if the user might want to enter more
* or if he wants an evaluation of his code now */