diff options
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> |
