summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorKouki Ooyatsu <[email protected]>2012-09-12 14:27:46 +0900
committerKouki Ooyatsu <[email protected]>2012-09-12 14:35:38 +0900
commitb3a7699c2bc3d16c4194d99f20a4e0bef8e382f2 (patch)
tree5c4b7084d81d9b98950164fb90f71f32a33345b6 /include
parent54101eec43821a16a83db00840a9cc8034d8f3a1 (diff)
downloadmruby-b3a7699c2bc3d16c4194d99f20a4e0bef8e382f2.tar.gz
mruby-b3a7699c2bc3d16c4194d99f20a4e0bef8e382f2.zip
Fix include path in proc.h.
Diffstat (limited to 'include')
-rw-r--r--include/mruby/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/proc.h b/include/mruby/proc.h
index 1d4fc4a70..50e55f231 100644
--- a/include/mruby/proc.h
+++ b/include/mruby/proc.h
@@ -7,7 +7,7 @@
#ifndef MRUBY_PROC_H
#define MRUBY_PROC_H
-#include "irep.h"
+#include "mruby/irep.h"
#if defined(__cplusplus)
extern "C" {