diff --git a/sys/thread.c b/sys/thread.c index 643fd27..9710a2b 100644 --- a/sys/thread.c +++ b/sys/thread.c @@ -1,6 +1,7 @@ #include "arch/amd64/context.h" #include "sys/mem/vmalloc.h" #include "sys/mem/phys.h" +#include "user/signal.h" #include "user/errno.h" #include "sys/string.h" #include "sys/thread.h"