From: Andrew Morton fs/proc/task_mmu.c: In function 'pagemap_read': fs/proc/task_mmu.c:638: warning: implicit declaration of function 'ptrace_may_attach' Cc: Alexey Dobriyan Cc: Matt Mackall Signed-off-by: Andrew Morton --- fs/proc/task_mmu.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/proc/task_mmu.c~maps2-add-proc-pid-pagemap-interface-fix-fix fs/proc/task_mmu.c --- a/fs/proc/task_mmu.c~maps2-add-proc-pid-pagemap-interface-fix-fix +++ a/fs/proc/task_mmu.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include _