Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 22 Jan 2003 03:27:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 22 Jan 2003 03:27:19 -0500 Received: from TYO202.gate.nec.co.jp ([202.32.8.202]:61064 "EHLO TYO202.gate.nec.co.jp") by vger.kernel.org with ESMTP id ; Wed, 22 Jan 2003 03:27:16 -0500 To: Linus Torvalds Subject: [PATCH] Include in fs/seq_file.c, as it uses PAGE_SIZE Cc: linux-kernel@vger.kernel.org Reply-To: Miles Bader Message-Id: <20030122083505.EFCD537BD@mcspd15.ucom.lsi.nec.co.jp> Date: Wed, 22 Jan 2003 17:35:05 +0900 (JST) From: miles@lsi.nec.co.jp (Miles Bader) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Otherwise it won't compile. I guesss this used to work because was included somewhere to get the BUG macros, but now with the advent of that's changed. diff -ruN -X../cludes linux-2.5.59-uc0.orig/fs/seq_file.c linux-2.5.59-uc0/fs/seq_file.c --- linux-2.5.59-uc0.orig/fs/seq_file.c 2002-09-18 09:59:04.000000000 +0900 +++ linux-2.5.59-uc0/fs/seq_file.c 2003-01-22 11:49:41.000000000 +0900 @@ -10,6 +10,7 @@ #include #include +#include /** * seq_open - initialize sequential file - 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/