diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-02-28 08:37:18 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-02-28 08:37:18 +0000 |
| commit | 6764eb8e7b6061768f8ab371f2176d688ea0cdb2 (patch) | |
| tree | d6a4999acb05cac4c8e8b8bc8cf0e75370ebcce2 /sys/gnu | |
| parent | 216ae182172830459f4721ef5ff8f9d4faa92e9f (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/i386/fpemul/fpu_aux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_aux.c b/sys/gnu/i386/fpemul/fpu_aux.c index 71b759f1e571..10a54fcd52b9 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/cpufunc.h> #include <machine/cpu.h> #include <machine/pcb.h> |
