Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757200AbYC3Wn1 (ORCPT ); Sun, 30 Mar 2008 18:43:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754674AbYC3Wk6 (ORCPT ); Sun, 30 Mar 2008 18:40:58 -0400 Received: from smtp4.pp.htv.fi ([213.243.153.38]:53780 "EHLO smtp4.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755967AbYC3Wk5 (ORCPT ); Sun, 30 Mar 2008 18:40:57 -0400 Date: Mon, 31 Mar 2008 01:40:45 +0300 From: Adrian Bunk To: linux-kernel@vger.kernel.org Subject: [2.6 patch] fs/proc/kmsg.c should #include Message-ID: <20080330224045.GK28445@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: 749 Lines: 28 Every file should include the headers containing the externs its global code. Signed-off-by: Adrian Bunk --- This patch has been sent on: - 17 Feb 2008 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/