1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Add missing header include for MSR macros.

Submitted by:	bde
This commit is contained in:
John Baldwin 2003-08-18 17:01:04 +00:00
parent 3b24803f01
commit f13ba3ccc0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119087

View File

@ -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;