From: Adrian Bunk Every file should include the headers containing the prototypes for its global functions (in this case sys_ptrace()). Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- kernel/ptrace.c | 1 + 1 file changed, 1 insertion(+) diff -puN kernel/ptrace.c~kernel-ptracec-should-include-linux-syscallsh kernel/ptrace.c --- a/kernel/ptrace.c~kernel-ptracec-should-include-linux-syscallsh +++ a/kernel/ptrace.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include _