From: Adrian Bunk Date: Wed, 6 Feb 2008 09:36:44 +0000 (-0800) Subject: kernel/ptrace.c should #include X-Git-Tag: v2.6.25-rc1~746 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f17d30a803e8434c4ef381bb5cfa1956ff0201f0;p=linux-2.6-omap-h63xx.git kernel/ptrace.c should #include 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 Signed-off-by: Linus Torvalds --- diff --git a/kernel/ptrace.c b/kernel/ptrace.c index 74730e0c1be..628b03ab88a 100644 --- a/kernel/ptrace.c +++ b/kernel/ptrace.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include