summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-proc-ext/src/proc.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-01-21 14:53:18 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-01-21 14:53:18 +0900
commit6c5ccd5abe4e37ea981a28980ea6fc453a842610 (patch)
treef81e1aafa0334e8a792800751cc22672eeb3de23 /mrbgems/mruby-proc-ext/src/proc.c
parent438d114917af8b404c79fc94ec86f414a4ae6d60 (diff)
parent90b53f4c29dd845140175943263b9c67995324c4 (diff)
downloadmruby-6c5ccd5abe4e37ea981a28980ea6fc453a842610.tar.gz
mruby-6c5ccd5abe4e37ea981a28980ea6fc453a842610.zip
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https://github.com/shuujii/mruby into shuujii-avoid-including-presym.inc-in-existing-header-files
Diffstat (limited to 'mrbgems/mruby-proc-ext/src/proc.c')
-rw-r--r--mrbgems/mruby-proc-ext/src/proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-proc-ext/src/proc.c b/mrbgems/mruby-proc-ext/src/proc.c
index cb748651d..6117c4d40 100644
--- a/mrbgems/mruby-proc-ext/src/proc.c
+++ b/mrbgems/mruby-proc-ext/src/proc.c
@@ -4,6 +4,7 @@
#include <mruby/array.h>
#include <mruby/string.h>
#include <mruby/debug.h>
+#include <mruby/presym.h>
static mrb_value
mrb_proc_lambda_p(mrb_state *mrb, mrb_value self)