summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-02-28 17:41:42 +0000
committermarkm <markm@FreeBSD.org>2002-02-28 17:41:42 +0000
commit1de506bf4e9b7b28ddfc2c5f88711e85f853998a (patch)
tree54524469714bfae92ddaf27b8172f90876e0deb3 /sys/gnu/i386
parent3d5b174433d2d2c24f8a611f0d8ed822513fa46e (diff)
downloadFreeBSD-src-1de506bf4e9b7b28ddfc2c5f88711e85f853998a.zip
FreeBSD-src-1de506bf4e9b7b28ddfc2c5f88711e85f853998a.tar.gz
Adjust the includes a bit.
Requested by: bde
Diffstat (limited to 'sys/gnu/i386')
-rw-r--r--sys/gnu/i386/fpemul/fpu_aux.c7
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 10a54fc..536d5a1 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>
OpenPOWER on IntegriCloud