From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH v2] KVM: x86: Do not rely on implicit inclusions Date: Wed, 14 Dec 2011 17:58:18 +0100 Message-ID: <4EE8D5AA.3070806@siemens.com> References: <4EE8CF08.60806@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm To: Avi Kivity , Marcelo Tosatti Return-path: Received: from goliath.siemens.de ([192.35.17.28]:30655 "EHLO goliath.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756798Ab1LNQ6Y (ORCPT ); Wed, 14 Dec 2011 11:58:24 -0500 In-Reply-To: <4EE8CF08.60806@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: Works so far by change, but it is not guaranteed to stay like this. Signed-off-by: Jan Kiszka --- Same for uaccess.h. Not sure if this is common policy, it just helped me backporting. arch/x86/kvm/cpuid.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/cpuid.c b/arch/x86/kvm/cpuid.c index 3bb257e..10c767c 100644 --- a/arch/x86/kvm/cpuid.c +++ b/arch/x86/kvm/cpuid.c @@ -14,6 +14,8 @@ #include #include +#include +#include #include #include #include "cpuid.h" -- 1.7.3.4