From ec630e17115268d24b7496f855fe23921e1afe55 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 11 May 2021 21:36:59 +0000 Subject: [PATCH] chore: fix inexplicably missing include --- runtime/src/worker_thread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/src/worker_thread.c b/runtime/src/worker_thread.c index 69f5a74..e727cbf 100644 --- a/runtime/src/worker_thread.c +++ b/runtime/src/worker_thread.c @@ -17,6 +17,7 @@ #include "panic.h" #include "runtime.h" #include "sandbox_functions.h" +#include "sandbox_set_as_runnable.h" #include "sandbox_set_as_error.h" #include "worker_thread.h"