From 072c63671c42b8ebcc3561b003bc087676be97fb Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:53:59 +0100 Subject: kern/bootstrap.c: remove forward declarations * i386/i386/pcb.h: Include mach/thread_status.h. Include machine/thread.h. * kern/bootstrap.c: Include machine/pcb.h. (user_stack_low, set_user_regs): Remove forward declarations. --- i386/i386/pcb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i386') diff --git a/i386/i386/pcb.h b/i386/i386/pcb.h index cea2fe2..4aad0b2 100644 --- a/i386/i386/pcb.h +++ b/i386/i386/pcb.h @@ -28,6 +28,8 @@ #include #include +#include +#include extern void pcb_init (thread_t thread); -- cgit v1.2.3