diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-18 12:54:23 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-18 12:54:23 +0900 |
| commit | 219162117ab282d02ffebfc2e3e7e3d11f18095c (patch) | |
| tree | ad8cb057c97a1e656b482ea70aaae615a537849b /tools/mrbc | |
| parent | bbf7b0ceba117e30662f9e2459d9c06360950a10 (diff) | |
| download | mruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.tar.gz mruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.zip | |
move compile.h to mruby/compile.h
Diffstat (limited to 'tools/mrbc')
| -rw-r--r-- | tools/mrbc/mrbc.c | 2 |
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> |
