summaryrefslogtreecommitdiffhomepage
path: root/src/codegen.c
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 /src/codegen.c
parentbbf7b0ceba117e30662f9e2459d9c06360950a10 (diff)
downloadmruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.tar.gz
mruby-219162117ab282d02ffebfc2e3e7e3d11f18095c.zip
move compile.h to mruby/compile.h
Diffstat (limited to 'src/codegen.c')
-rw-r--r--src/codegen.c2
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"