summaryrefslogtreecommitdiffstats
path: root/sys/gnu
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-02-28 08:37:18 +0000
committermarkm <markm@FreeBSD.org>2002-02-28 08:37:18 +0000
commit14fe516fbe243952843dc6b07fc4d93ad8ec2cb1 (patch)
treed6a4999acb05cac4c8e8b8bc8cf0e75370ebcce2 /sys/gnu
parent0aaddb66e91852f0b3c032d2fff8616a358e0654 (diff)
downloadFreeBSD-src-14fe516fbe243952843dc6b07fc4d93ad8ec2cb1.zip
FreeBSD-src-14fe516fbe243952843dc6b07fc4d93ad8ec2cb1.tar.gz
Warning fix. (Very basic - add the right include so that rdtsc() gets
a prototype).
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/fpemul/fpu_aux.c1
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 71b759f..10a54fc 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>
OpenPOWER on IntegriCloud