aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index 92b33f3ffe..ee9f4076c1 100644
--- a/vm.c
+++ b/vm.c
@@ -21,6 +21,8 @@
#include "probes.h"
#include "probes_helper.h"
+VALUE rb_str_append_literal(VALUE str, VALUE str2);
+
static inline VALUE *
VM_EP_LEP(VALUE *ep)
{