summaryrefslogtreecommitdiffhomepage
path: root/tools/mrbc
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/mrbc
parentbbf7b0ceba117e30662f9e2459d9c06360950a10 (diff)
downloadmruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.tar.gz
mruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.zip
move compile.h to mruby/compile.h
Diffstat (limited to 'tools/mrbc')
-rw-r--r--tools/mrbc/mrbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c
index f9d9cea28..44254d623 100644
--- a/tools/mrbc/mrbc.c
+++ b/tools/mrbc/mrbc.c
@@ -2,7 +2,7 @@
#include "mruby/proc.h"
#include "mruby/dump.h"
#include "mruby/cdump.h"
-#include "compile.h"
+#include "mruby/compile.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>