summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2022-06-14 23:52:20 -0700
committerJohn Hawthorn <john@hawthorn.email>2022-06-15 16:07:29 -0700
commit17d260a87fd0cb4433d29c21f3a69ea963c64056 (patch)
tree1daf9866025a2ebad7ec9c2d05c1ff0ff8264e11 /hash.c
parent5310147bb826424059f258b76b37bebdc0abbc63 (diff)
Restore rb_exec_recursive_outer
This was a public method, so we should probably keep it.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6027
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index c6aa83eb0d..7568538214 100644
--- a/hash.c
+++ b/hash.c
@@ -35,6 +35,7 @@
#include "internal/object.h"
#include "internal/proc.h"
#include "internal/symbol.h"
+#include "internal/thread.h"
#include "internal/time.h"
#include "internal/vm.h"
#include "probes.h"