From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751538AbWIYWUU (ORCPT ); Mon, 25 Sep 2006 18:20:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751533AbWIYWUU (ORCPT ); Mon, 25 Sep 2006 18:20:20 -0400 Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:34793 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S1751531AbWIYWUT (ORCPT ); Mon, 25 Sep 2006 18:20:19 -0400 Subject: [PATCH] aacraid: fix warning caused by missing include From: Alan Cox To: akpm@osdl.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 25 Sep 2006 23:45:04 +0100 Message-Id: <1159224304.11049.166.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 (2.6.2-1.fc5.5) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Alan Cox diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.18-mm1/drivers/scsi/aacraid/commsup.c linux-2.6.18-mm1/drivers/scsi/aacraid/commsup.c --- linux.vanilla-2.6.18-mm1/drivers/scsi/aacraid/commsup.c 2006-09-25 12:10:16.000000000 +0100 +++ linux-2.6.18-mm1/drivers/scsi/aacraid/commsup.c 2006-09-25 12:24:03.000000000 +0100 @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include