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:
parent
4a296eb866
commit
d1734bad0a
@ -39,6 +39,9 @@
|
||||
/*
|
||||
* Intel 386 process control block
|
||||
*/
|
||||
#ifndef _KERNEL
|
||||
#include <machine/segments.h>
|
||||
#endif
|
||||
#include <machine/npx.h>
|
||||
|
||||
struct pcb {
|
||||
|
Loading…
Reference in New Issue
Block a user