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. --- mrbgems/mruby-io/src/file.c | 1 + mrbgems/mruby-io/src/io.c | 1 + 2 files changed, 2 insertions(+) (limited to 'mrbgems/mruby-io/src') diff --git a/mrbgems/mruby-io/src/file.c b/mrbgems/mruby-io/src/file.c index 58f4bcc6f..8e7d64958 100644 --- a/mrbgems/mruby-io/src/file.c +++ b/mrbgems/mruby-io/src/file.c @@ -8,6 +8,7 @@ #include "mruby/string.h" #include "mruby/ext/io.h" #include "mruby/error.h" +#include "mruby/presym.h" #include #include diff --git a/mrbgems/mruby-io/src/io.c b/mrbgems/mruby-io/src/io.c index 31ea572a4..b9d136a5a 100644 --- a/mrbgems/mruby-io/src/io.c +++ b/mrbgems/mruby-io/src/io.c @@ -11,6 +11,7 @@ #include "mruby/variable.h" #include "mruby/ext/io.h" #include "mruby/error.h" +#include "mruby/presym.h" #include #include -- cgit v1.2.3