From 17d260a87fd0cb4433d29c21f3a69ea963c64056 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 14 Jun 2022 23:52:20 -0700 Subject: Restore rb_exec_recursive_outer This was a public method, so we should probably keep it. --- hash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hash.c') 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" -- cgit v1.2.1