From 6498d90f1be9564e75d34d94d61374fb98b7c01c Mon Sep 17 00:00:00 2001 From: take_cheeze Date: Mon, 25 May 2015 21:19:24 +0900 Subject: Move "src/mrb_throw.h" to "include/mruby/throw.h". Related to #2760. --- src/parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse.y') diff --git a/src/parse.y b/src/parse.y index 0ed78d7e3..76220499e 100644 --- a/src/parse.y +++ b/src/parse.y @@ -27,7 +27,7 @@ #include "mruby/proc.h" #include "mruby/error.h" #include "node.h" -#include "mrb_throw.h" +#include "mruby/throw.h" #define YYLEX_PARAM p -- cgit v1.2.3