Update wrapper.c

This commit is contained in:
ZHAAREY
2025-04-17 15:11:58 +08:00
committed by GitHub
parent cbb7f3f62f
commit f3b208fabb

View File

@ -8,6 +8,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <sched.h>
pid_t child_proc = -1;