commit | fa6870c6b64214aced218d930ec7221e2a9767b8 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Aug 16 15:31:33 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 10:46:49 2009 +0300 |
tree | b2565248207446f70dad839e702791946b0b5021 | |
parent | 27c238106862fb0dd3e229c48c1ef56502b0ec88 [diff] |
KVM: Add missing #include Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/arch/x86/include/asm/kvm_para.h b/arch/x86/include/asm/kvm_para.h index b8a3305..c584076 100644 --- a/arch/x86/include/asm/kvm_para.h +++ b/arch/x86/include/asm/kvm_para.h
@@ -1,6 +1,8 @@ #ifndef _ASM_X86_KVM_PARA_H #define _ASM_X86_KVM_PARA_H +#include <linux/types.h> + /* This CPUID returns the signature 'KVMKVMKVM' in ebx, ecx, and edx. It * should be used to determine that a VM is running under KVM. */