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 /src/codegen.c | |
| parent | bbf7b0ceba117e30662f9e2459d9c06360950a10 (diff) | |
| download | mruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.tar.gz mruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.zip | |
move compile.h to mruby/compile.h
Diffstat (limited to 'src/codegen.c')
| -rw-r--r-- | src/codegen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen.c b/src/codegen.c index 0abd9e67e..e039e72dc 100644 --- a/src/codegen.c +++ b/src/codegen.c @@ -9,7 +9,7 @@ #include "mruby.h" #include "mruby/irep.h" -#include "compile.h" +#include "mruby/compile.h" #include "mruby/proc.h" #include "opcode.h" #include "mruby/string.h" |
