From: Avi Kivity Date: Sun, 16 Aug 2009 12:31:33 +0000 (+0300) Subject: KVM: Add missing #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fa6870c6b64214aced218d930ec7221e2a9767b8;p=linux-beck.git KVM: Add missing #include Signed-off-by: Avi Kivity --- diff --git a/arch/x86/include/asm/kvm_para.h b/arch/x86/include/asm/kvm_para.h index b8a3305ae093..c584076a47f4 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 + /* This CPUID returns the signature 'KVMKVMKVM' in ebx, ecx, and edx. It * should be used to determine that a VM is running under KVM. */