summaryrefslogtreecommitdiff
path: root/kvm_emulate.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-07-01 16:06:51 -0700
committerRobert Mustacchi <rm@joyent.com>2011-07-01 16:06:51 -0700
commit82096aeceb97079cf7dde82e6401f526d0fb96ac (patch)
treee7fb100e7e424f57ae0f2d2e02dd3ce587de635b /kvm_emulate.h
parentf7bd987c309aa99b065305eddcbb10fc494a35f6 (diff)
downloadillumos-kvm-82096aeceb97079cf7dde82e6401f526d0fb96ac.tar.gz
HVM-466 Finish hdrchk cleanup
Diffstat (limited to 'kvm_emulate.h')
-rw-r--r--kvm_emulate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kvm_emulate.h b/kvm_emulate.h
index 8a215a5..84237b7 100644
--- a/kvm_emulate.h
+++ b/kvm_emulate.h
@@ -11,6 +11,9 @@
#ifndef _ASM_X86_KVM_X86_EMULATE_H
#define _ASM_X86_KVM_X86_EMULATE_H
+#include <sys/stdint.h>
+
+struct kvm_vcpu;
struct x86_emulate_ctxt;
#ifdef _KERNEL
/*