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