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://review.tizen.org/git/?a=commitdiff_plain;h=f17d30a803e8434c4ef381bb5cfa1956ff0201f0;p=platform%2Fkernel%2Flinux-3.10.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 74730e0..628b03a 100644 --- a/kernel/ptrace.c +++ b/kernel/ptrace.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include