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 b8a3305..c584076 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.
  */