From: Andrew Morton kernel/futex_compat.c:119: error: dereferencing pointer to incomplete type Cc: Alexey Dobriyan Cc: Oleg Nesterov Cc: Pavel Emelyanov Cc: Sukadev Bhattiprolu Signed-off-by: Andrew Morton --- kernel/futex_compat.c | 1 + 1 file changed, 1 insertion(+) diff -puN kernel/futex_compat.c~pid-namespaces-changes-to-show-virtual-ids-to-user-use-find_task_by_pid_ns-in-places-that-operate-with-virtual-fix-3 kernel/futex_compat.c --- a/kernel/futex_compat.c~pid-namespaces-changes-to-show-virtual-ids-to-user-use-find_task_by_pid_ns-in-places-that-operate-with-virtual-fix-3 +++ a/kernel/futex_compat.c @@ -8,6 +8,7 @@ #include #include +#include #include #include _