Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S271968AbTHDRJl (ORCPT ); Mon, 4 Aug 2003 13:09:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S271966AbTHDRJY (ORCPT ); Mon, 4 Aug 2003 13:09:24 -0400 Received: from tandu.perlsupport.com ([66.220.6.226]:30151 "EHLO tandu.perlsupport.com") by vger.kernel.org with ESMTP id S271968AbTHDRI7 (ORCPT ); Mon, 4 Aug 2003 13:08:59 -0400 Date: Mon, 4 Aug 2003 13:09:00 -0400 From: Chip Salzenberg To: Linux Kernel Subject: [PATCH] 2.4.22pre10: fs/aio.c should include Message-ID: <20030804170900.GA8221@perlsupport.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 22 Since fs/aio.c calls async_poll(), it should include to get its declaration. Index: linux/fs/aio.c --- linux/fs/aio.c.old 2003-08-04 12:08:49.000000000 -0400 +++ linux/fs/aio.c 2003-08-04 12:50:45.000000000 -0400 @@ -12,4 +12,5 @@ #include #include +#include #include -- Chip Salzenberg - a.k.a. - "I wanted to play hopscotch with the impenetrable mystery of existence, but he stepped in a wormhole and had to go in early." // MST3K - 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/