From: Anthony Liguori Date: Wed, 13 Dec 2006 08:33:43 +0000 (-0800) Subject: [PATCH] KVM: Add missing include X-Git-Tag: v2.6.20-rc1~138 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=3b3be0d1cc8a56468e0cb35ab3895f265d8e5cc6;p=~andy%2Flinux [PATCH] KVM: Add missing include load_TR_desc() lives in asm/desc.h, so #include that file. Signed-off-by: Anthony Liguori Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index bda7a7ae216..fa8f7290dd4 100644 --- a/drivers/kvm/vmx.c +++ b/drivers/kvm/vmx.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "segment_descriptor.h"