diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-02-28 17:41:42 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-02-28 17:41:42 +0000 |
| commit | 6df66172e37d29241478e10a6e359a40005e1a1e (patch) | |
| tree | 54524469714bfae92ddaf27b8172f90876e0deb3 /sys | |
| parent | b7d6d9526c7ee48b1c7946741450c08164277ed9 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/gnu/i386/fpemul/fpu_aux.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_aux.c b/sys/gnu/i386/fpemul/fpu_aux.c index 10a54fcd52b9..536d5a159e87 100644 --- a/sys/gnu/i386/fpemul/fpu_aux.c +++ b/sys/gnu/i386/fpemul/fpu_aux.c @@ -62,11 +62,10 @@ #include <sys/param.h> -#ifdef DEBUG -#include <sys/systm.h> /* for printf() in EXCEPTION() */ -#endif +#include <sys/systm.h> /* for printf() in EXCEPTION() and + * to bring in <machine/cpufunc.h + */ #include <sys/proc.h> -#include <machine/cpufunc.h> #include <machine/cpu.h> #include <machine/pcb.h> |
