diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-07-01 16:06:51 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-07-01 16:06:51 -0700 |
commit | 82096aeceb97079cf7dde82e6401f526d0fb96ac (patch) | |
tree | e7fb100e7e424f57ae0f2d2e02dd3ce587de635b /kvm_lapic.h | |
parent | f7bd987c309aa99b065305eddcbb10fc494a35f6 (diff) | |
download | illumos-kvm-82096aeceb97079cf7dde82e6401f526d0fb96ac.tar.gz |
HVM-466 Finish hdrchk cleanup
Diffstat (limited to 'kvm_lapic.h')
-rw-r--r-- | kvm_lapic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kvm_lapic.h b/kvm_lapic.h index c88f513..5884d66 100644 --- a/kvm_lapic.h +++ b/kvm_lapic.h @@ -1,6 +1,8 @@ #ifndef __KVM_X86_LAPIC_H #define __KVM_X86_LAPIC_H +#include <vm/page.h> + #include "kvm_iodev.h" #include "kvm_timer.h" |