From: Andrew Morton fs/proc/task_mmu.c: In function 'show_map_internal': fs/proc/task_mmu.c:145: warning: implicit declaration of function 'ptrace_may_attach' Cc: Kees Cook Cc: Arjan van de Ven Cc: Roland McGrath Signed-off-by: Andrew Morton --- fs/proc/task_mmu.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/proc/task_mmu.c~proc-maps-protection-vs-utrace fs/proc/task_mmu.c --- a/fs/proc/task_mmu.c~proc-maps-protection-vs-utrace +++ a/fs/proc/task_mmu.c @@ -2,6 +2,7 @@ #include #include #include +#include #include #include #include _