Remember folks, it's:

1) test
 2) commit
 3) test again

Guess who forgot 1 and 3?  8)
This commit is contained in:
Mike Smith 1999-10-12 02:23:14 +00:00
parent f04184a54b
commit 28663e65ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52146
3 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,7 @@
#include <sys/systm.h> /* for printf() in EXCEPTION() */
#endif
#include <sys/proc.h>
#include <machine/cpu.h>
#include <machine/pcb.h>
#include <gnu/i386/fpemul/fpu_emu.h>

View File

@ -76,6 +76,7 @@
#include <sys/proc.h>
#include <sys/kernel.h>
#include <machine/cpu.h>
#include <machine/pcb.h>
#include <gnu/i386/fpemul/fpu_emu.h>

View File

@ -70,6 +70,7 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/systm.h>
#include <machine/cpu.h>
#include <machine/pcb.h>
#include <machine/reg.h>