From 1a561a27a7050d3acb84edc2c575fa3eddb9427a Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 5 May 2021 19:36:40 +0000 Subject: [PATCH] refactor: Fix syscall headers --- runtime/src/libc/syscall.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/src/libc/syscall.c b/runtime/src/libc/syscall.c index 5735acb..588b304 100644 --- a/runtime/src/libc/syscall.c +++ b/runtime/src/libc/syscall.c @@ -7,8 +7,10 @@ #include #include #include +#include #include "current_sandbox.h" +#include "worker_thread.h" // What should we tell the child program its UID and GID are? #define UID 0xFF