Sfoglia il codice sorgente

KVM: Add missing #include

Signed-off-by: Avi Kivity <avi@redhat.com>
Avi Kivity 16 anni fa
parent
commit
fa6870c6b6
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      arch/x86/include/asm/kvm_para.h

+ 2 - 0
arch/x86/include/asm/kvm_para.h

@@ -1,6 +1,8 @@
 #ifndef _ASM_X86_KVM_PARA_H
 #ifndef _ASM_X86_KVM_PARA_H
 #define _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
 /* This CPUID returns the signature 'KVMKVMKVM' in ebx, ecx, and edx.  It
  * should be used to determine that a VM is running under KVM.
  * should be used to determine that a VM is running under KVM.
  */
  */