From 219162117ab282d02ffebfc2e3e7e3d11f18095c Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Fri, 18 May 2012 12:54:23 +0900 Subject: move compile.h to mruby/compile.h --- tools/mrbc/mrbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mrbc') 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 #include #include -- cgit v1.2.3