From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niels de Vos Subject: [RESEND] [PATCH] linux/fs.h should include linux/path.h Date: Sun, 27 Jul 2008 14:34:22 +0200 Message-ID: <488C6B4E.8040205@nixpanic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Received: from mu-out-0910.google.com ([209.85.134.184]:5791 "EHLO mu-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751307AbYG0MeX (ORCPT ); Sun, 27 Jul 2008 08:34:23 -0400 Received: by mu-out-0910.google.com with SMTP id w8so4356821mue.1 for ; Sun, 27 Jul 2008 05:34:21 -0700 (PDT) Sender: linux-fsdevel-owner@vger.kernel.org List-ID: defines 'struct file' which uses 'struct path'. However is not being included. Signed-off-by: Niels de Vos --- diff --git a/include/linux/fs.h b/include/linux/fs.h index d8e2762..a14f1c4 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -289,6 +289,7 @@ extern int dir_notify_enable; #include #include #include +#include #include #include