From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932165AbVJ3PyT (ORCPT ); Sun, 30 Oct 2005 10:54:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932153AbVJ3PyS (ORCPT ); Sun, 30 Oct 2005 10:54:18 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:49422 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932165AbVJ3Pxm (ORCPT ); Sun, 30 Oct 2005 10:53:42 -0500 Date: Sun, 30 Oct 2005 16:53:42 +0100 From: Adrian Bunk To: Jens Axboe Cc: linux-kernel@vger.kernel.org Subject: [2.6 patch] fs/ioprio.c should #include Message-ID: <20051030155341.GE4180@stusta.de> 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 Every file should include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk --- linux-2.6.14-rc5-mm1-full/fs/ioprio.c.old 2005-10-30 16:26:29.000000000 +0100 +++ linux-2.6.14-rc5-mm1-full/fs/ioprio.c 2005-10-30 16:26:47.000000000 +0100 @@ -22,6 +22,7 @@ #include #include #include +#include static int set_task_ioprio(struct task_struct *task, int ioprio) {