Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754334Ab0HRUco (ORCPT ); Wed, 18 Aug 2010 16:32:44 -0400 Received: from kroah.org ([198.145.64.141]:42284 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754288Ab0HRUcl (ORCPT ); Wed, 18 Aug 2010 16:32:41 -0400 X-Mailbox-Line: From gregkh@clark.site Wed Aug 18 13:31:43 2010 Message-Id: <20100818203143.821370893@clark.site> User-Agent: quilt/0.48-11.2 Date: Wed, 18 Aug 2010 13:30:12 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, stable@kernel.org, Greg KH Cc: stable-review@kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Alok Kataria Subject: [3/3] vmware: fix build error in vmware.c In-Reply-To: <20100818203148.GA1115@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 952 Lines: 34 2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Greg Kroah-Hartman This fixes a build error reported in vmware.c due to commit 9f242dc10e0c3c1eb32d8c83c18650a35fd7f80d Reported-by: Sven Joachim Cc: Alok Kataria Signed-off-by: Greg Kroah-Hartman --- arch/x86/kernel/cpu/vmware.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/x86/kernel/cpu/vmware.c +++ b/arch/x86/kernel/cpu/vmware.c @@ -23,6 +23,7 @@ #include #include +#include #include #include #include -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/