It seems I introduced a new prerequisite for <machine/pcb.h> on i386,

which is included from <sys/user.h>.  Add a bandaid for userland.
This commit is contained in:
Peter Wemm 2005-04-14 04:13:27 +00:00
parent 4a296eb866
commit d1734bad0a

View File

@ -39,6 +39,9 @@
/*
* Intel 386 process control block
*/
#ifndef _KERNEL
#include <machine/segments.h>
#endif
#include <machine/npx.h>
struct pcb {