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/mirb/mirb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mirb') 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 #include #include -#include +#include /* Guess if the user might want to enter more * or if he wants an evaluation of his code now */ -- cgit v1.2.3