tree 13614c2ed7ec156d8518fd5bff4e1c252fb05792 parent 479d0f41e50646a618c43f69af7af31a8f748433 author Andrew Morton <[EMAIL PROTECTED]> Wed, 27 Jul 2005 11:41:38 -0700 committer Linus Torvalds <[EMAIL PROTECTED]> Wed, 27 Jul 2005 11:48:54 -0700
[PATCH] x86_64 fsnotify build fix Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> arch/x86_64/ia32/sys_ia32.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86_64/ia32/sys_ia32.c b/arch/x86_64/ia32/sys_ia32.c --- a/arch/x86_64/ia32/sys_ia32.c +++ b/arch/x86_64/ia32/sys_ia32.c @@ -61,7 +61,7 @@ #include <linux/ptrace.h> #include <linux/highuid.h> #include <linux/vmalloc.h> -#include <linux/fsnotify.> +#include <linux/fsnotify.h> #include <asm/mman.h> #include <asm/types.h> #include <asm/uaccess.h> - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
