diff options
Diffstat (limited to 'sys/dev/hwpmc/hwpmc_pentium.c')
-rw-r--r-- | sys/dev/hwpmc/hwpmc_pentium.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/hwpmc/hwpmc_pentium.c b/sys/dev/hwpmc/hwpmc_pentium.c index 48e8be34df0d..fc26b5252649 100644 --- a/sys/dev/hwpmc/hwpmc_pentium.c +++ b/sys/dev/hwpmc/hwpmc_pentium.c @@ -35,8 +35,9 @@ __FBSDID("$FreeBSD$"); #include <sys/smp.h> #include <sys/systm.h> -#include <machine/cputypes.h> +#include <machine/cpufunc.h> #include <machine/md_var.h> +#include <machine/pmc_mdep.h> /* * Intel Pentium PMCs |