diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-10-12 02:23:14 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-10-12 02:23:14 +0000 |
| commit | 28663e65ca963181076f2058838563527973ad6d (patch) | |
| tree | 45caef5223edc06cc788a0b4b078c05012bd244d /sys/gnu/i386/fpemul | |
| parent | f04184a54b17b4683bb4ffb62f3eb7b541c2a07b (diff) | |
Notes
Diffstat (limited to 'sys/gnu/i386/fpemul')
| -rw-r--r-- | sys/gnu/i386/fpemul/fpu_aux.c | 1 | ||||
| -rw-r--r-- | sys/gnu/i386/fpemul/fpu_entry.c | 1 | ||||
| -rw-r--r-- | sys/gnu/i386/fpemul/get_address.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_aux.c b/sys/gnu/i386/fpemul/fpu_aux.c index 248861b3fb4b..71b759f1e571 100644 --- a/sys/gnu/i386/fpemul/fpu_aux.c +++ b/sys/gnu/i386/fpemul/fpu_aux.c @@ -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> diff --git a/sys/gnu/i386/fpemul/fpu_entry.c b/sys/gnu/i386/fpemul/fpu_entry.c index e287c8e6e592..049b0139171e 100644 --- a/sys/gnu/i386/fpemul/fpu_entry.c +++ b/sys/gnu/i386/fpemul/fpu_entry.c @@ -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> diff --git a/sys/gnu/i386/fpemul/get_address.c b/sys/gnu/i386/fpemul/get_address.c index 6b3d08022d93..4ae998b2d3fc 100644 --- a/sys/gnu/i386/fpemul/get_address.c +++ b/sys/gnu/i386/fpemul/get_address.c @@ -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> |
