diff options
author | markm <markm@FreeBSD.org> | 2002-02-28 08:37:18 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-02-28 08:37:18 +0000 |
commit | 14fe516fbe243952843dc6b07fc4d93ad8ec2cb1 (patch) | |
tree | d6a4999acb05cac4c8e8b8bc8cf0e75370ebcce2 /sys/gnu | |
parent | 0aaddb66e91852f0b3c032d2fff8616a358e0654 (diff) | |
download | FreeBSD-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.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 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> |