From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265219AbUF1Vbv (ORCPT ); Mon, 28 Jun 2004 17:31:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265228AbUF1Vbv (ORCPT ); Mon, 28 Jun 2004 17:31:51 -0400 Received: from fed1rmmtao03.cox.net ([68.230.241.36]:1514 "EHLO fed1rmmtao03.cox.net") by vger.kernel.org with ESMTP id S265219AbUF1Vbu (ORCPT ); Mon, 28 Jun 2004 17:31:50 -0400 Date: Mon, 28 Jun 2004 14:31:49 -0700 From: Tom Rini To: Kernel Mailing List , Andrew Morton Subject: [PATCH] Add to Message-ID: <20040628213149.GC28128@smtp.west.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040523i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org references __user which is defined in . Signed-off-by: Tom Rini include/linux/fd.h | 1 + 1 files changed, 1 insertion(+) ===== include/linux/fd.h 1.4 vs edited ===== --- 1.4/include/linux/fd.h 2004-06-03 21:18:16 -07:00 +++ edited/include/linux/fd.h 2004-06-28 14:30:33 -07:00 @@ -2,6 +2,7 @@ #define _LINUX_FD_H #include +#include /* New file layout: Now the ioctl definitions immediately follow the * definitions of the structures that they use */ -- Tom Rini http://gate.crashing.org/~trini/