Fix include path in proc.h.

This commit is contained in:
Kouki Ooyatsu
2012-09-12 14:27:46 +09:00
parent 54101eec43
commit b3a7699c2b
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_PROC_H
#define MRUBY_PROC_H
#include "irep.h"
#include "mruby/irep.h"
#if defined(__cplusplus)
extern "C" {