Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760728AbYBQIZ3 (ORCPT ); Sun, 17 Feb 2008 03:25:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758587AbYBQIVP (ORCPT ); Sun, 17 Feb 2008 03:21:15 -0500 Received: from smtp5.pp.htv.fi ([213.243.153.39]:34088 "EHLO smtp5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758007AbYBQIVO (ORCPT ); Sun, 17 Feb 2008 03:21:14 -0500 Date: Sun, 17 Feb 2008 10:20:48 +0200 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [2.6 patch] fs/proc/kmsg.c should #include Message-ID: <20080217082048.GW3848@cs181133002.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 751 Lines: 24 Every file should include the headers containing the externs its global code (in this case for struct proc_kmsg_operations). Signed-off-by: Adrian Bunk --- b6f818ea9e2dd76d3fd7dbec2382240cabe66a6b diff --git a/fs/proc/kmsg.c b/fs/proc/kmsg.c index ff3b90b..9fa3a3d 100644 --- a/fs/proc/kmsg.c +++ b/fs/proc/kmsg.c @@ -11,6 +11,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/