From 17ecf145111f903d62952fb1b557ea60471d7408 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 26 Jan 2021 10:57:07 +0900 Subject: Revert "Minimize the changes in #5277" This reverts commit dc51d89ac22acc60b9bfeed87115863565b74085. --- src/error.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/error.c') diff --git a/src/error.c b/src/error.c index 4f7ca8641..d2f1c27ac 100644 --- a/src/error.c +++ b/src/error.c @@ -16,6 +16,7 @@ #include #include #include +#include MRB_API mrb_value mrb_exc_new(mrb_state *mrb, struct RClass *c, const char *ptr, size_t len) -- cgit v1.2.3