KVM: Add missing #include
authorAvi Kivity <avi@redhat.com>
Sun, 16 Aug 2009 12:31:33 +0000 (15:31 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 07:46:49 +0000 (10:46 +0300)
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_para.h

index b8a3305ae093772f23a2dba14cdb4a446ae5a721..c584076a47f48acf8d77d57b5a610abf4e366bfa 100644 (file)
@@ -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.
  */