diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-06-06 11:01:49 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-06-06 11:01:49 -0700 |
commit | 8e9a7b5f8ed4ed008e679644c28bc9c43f56f794 (patch) | |
tree | 193d5708c52edffc4e6c13a5a0cffe210a43e6bf /kvm_vmx.c | |
parent | 4fabde9a7f6ad9636443d47e1ba88fc881c7e12d (diff) | |
download | illumos-kvm-8e9a7b5f8ed4ed008e679644c28bc9c43f56f794.tar.gz |
HVM-299 Add kvm_ prefix to apicdef.h and vmx.h
Diffstat (limited to 'kvm_vmx.c')
-rw-r--r-- | kvm_vmx.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,12 +32,12 @@ #include "kvm_x86host.h" #include "kvm_iodev.h" #include "kvm.h" -#include "apicdef.h" +#include "kvm_apicdef.h" #include "kvm_ioapic.h" #include "kvm_lapic.h" #include "kvm_irq.h" #include "kvm_mmu.h" -#include "vmx.h" +#include "kvm_vmx.h" /* * XXX |