diff options
Diffstat (limited to 'sys/amd64/vmm/amd/amdv.c')
-rw-r--r-- | sys/amd64/vmm/amd/amdv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/vmm/amd/amdv.c b/sys/amd64/vmm/amd/amdv.c index 41e937a..6844cc0 100644 --- a/sys/amd64/vmm/amd/amdv.c +++ b/sys/amd64/vmm/amd/amdv.c @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> +#include <sys/smp.h> #include <machine/vmm.h> #include "io/iommu.h" |