rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisite

was satisified for the rest of the kernel on the i386 build except for
these two files.  Rather than adding a submarine include to pcb.h, I've
added proc.h here.

I forgot to include these with the original commit. Sorry folks.
This commit is contained in:
Peter Wemm 2005-04-14 05:25:40 +00:00
parent e3e16e9998
commit 20984f2f04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145053
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/kdb.h>
#include <sys/proc.h>
#include <machine/pcb.h>

View File

@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/kdb.h>
#include <sys/proc.h>
#include <machine/kdb.h>
#include <machine/pcb.h>