diff options
author | jhb <jhb@FreeBSD.org> | 2003-08-18 17:01:04 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-08-18 17:01:04 +0000 |
commit | 65b4c69d6e32866e6a9e2e4eb383a68d40d0b79f (patch) | |
tree | 72957c99e11fb8362241c77541c0bb881dfb85f7 /sys/i386 | |
parent | 2e9f7d61519baeae29fca7f262d58e2abfebf1c6 (diff) | |
download | FreeBSD-src-65b4c69d6e32866e6a9e2e4eb383a68d40d0b79f.zip FreeBSD-src-65b4c69d6e32866e6a9e2e4eb383a68d40d0b79f.tar.gz |
Add missing header include for MSR macros.
Submitted by: bde
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/i386/perfmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/i386/perfmon.c b/sys/i386/i386/perfmon.c index acf14a4..70964f0 100644 --- a/sys/i386/i386/perfmon.c +++ b/sys/i386/i386/perfmon.c @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #endif #include <machine/clock.h> #include <machine/perfmon.h> +#include <machine/specialreg.h> static int perfmon_inuse; static int perfmon_cpuok; |