summaryrefslogtreecommitdiff
path: root/kvm_emulate.h
diff options
context:
space:
mode:
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
/*