Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750945AbXEXNqP (ORCPT ); Thu, 24 May 2007 09:46:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750707AbXEXNqA (ORCPT ); Thu, 24 May 2007 09:46:00 -0400 Received: from mailhub.sw.ru ([195.214.233.200]:31238 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750702AbXEXNp7 (ORCPT ); Thu, 24 May 2007 09:45:59 -0400 Date: Thu, 24 May 2007 17:54:32 +0400 From: Alexey Dobriyan To: akpm@osdl.org Cc: linux-kernel@vger.kernel.org, toralf.foerster@gmx.de Subject: [PATCH] Fix vmi.c compilation Message-ID: <20070524135432.GA32643@localhost.sw.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 637 Lines: 22 Signed-off-by: Alexey Dobriyan --- arch/i386/kernel/vmi.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/i386/kernel/vmi.c +++ b/arch/i386/kernel/vmi.c @@ -27,6 +27,7 @@ #include #include #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/