diff options
Diffstat (limited to 'mrbgems/mruby-proc-ext')
| -rw-r--r-- | mrbgems/mruby-proc-ext/src/proc.c | 1 |
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) |
