Skip to content

Commit

Permalink
Merge pull request #467 from iij/pr-fix-include-path-proc
Browse files Browse the repository at this point in the history
Fix include path in proc.h.
  • Loading branch information
matz committed Sep 12, 2012
2 parents e6a582a + b3a7699 commit 0475196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mruby/proc.h
Expand Up @@ -7,7 +7,7 @@
#ifndef MRUBY_PROC_H
#define MRUBY_PROC_H

#include "irep.h"
#include "mruby/irep.h"

#if defined(__cplusplus)
extern "C" {
Expand Down

0 comments on commit 0475196

Please sign in to comment.