summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-method
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-01-26 10:57:07 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-01-26 10:57:07 +0900
commit17ecf145111f903d62952fb1b557ea60471d7408 (patch)
treeac93ecf059dc48934a41e020f29986ea28e5ba42 /mrbgems/mruby-method
parent165f79c877901db790070b97250633c5c92bcfe7 (diff)
downloadmruby-17ecf145111f903d62952fb1b557ea60471d7408.tar.gz
mruby-17ecf145111f903d62952fb1b557ea60471d7408.zip
Revert "Minimize the changes in #5277"
This reverts commit dc51d89ac22acc60b9bfeed87115863565b74085.
Diffstat (limited to 'mrbgems/mruby-method')
-rw-r--r--mrbgems/mruby-method/src/method.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-method/src/method.c b/mrbgems/mruby-method/src/method.c
index 7699693fd..5d3a6c46a 100644
--- a/mrbgems/mruby-method/src/method.c
+++ b/mrbgems/mruby-method/src/method.c
@@ -4,6 +4,7 @@
#include "mruby/variable.h"
#include "mruby/proc.h"
#include "mruby/string.h"
+#include "mruby/presym.h"
static struct RObject *
method_object_alloc(mrb_state *mrb, struct RClass *mclass)