[PATCH] fixing includes in alpha_ksyms.c

kernel_execve() fallout

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Al Viro 2006-10-12 19:00:35 +01:00 committed by Linus Torvalds
parent 9eb2007488
commit 78b93f2db1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <asm/fpu.h>
#include <asm/machvec.h>
#include <asm/unistd.h>
#include <linux/syscalls.h>
/* these are C runtime functions with special calling conventions: */
extern void __divl (void);