From: Adrian Bunk Date: Wed, 6 Feb 2008 09:36:44 +0000 (-0800) Subject: kernel/ptrace.c should #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f17d30a803e8434c4ef381bb5cfa1956ff0201f0;p=linux-beck.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 74730e0c1be1..628b03ab88a5 100644 --- a/kernel/ptrace.c +++ b/kernel/ptrace.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include