diff options
Diffstat (limited to 'sys/amd64/vmm/vmm_msr.c')
-rw-r--r-- | sys/amd64/vmm/vmm_msr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/vmm/vmm_msr.c b/sys/amd64/vmm/vmm_msr.c index 5317ca0..99ac293 100644 --- a/sys/amd64/vmm/vmm_msr.c +++ b/sys/amd64/vmm/vmm_msr.c @@ -31,6 +31,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> +#include <sys/smp.h> #include <machine/specialreg.h> #include <x86/apicreg.h> |