From: Andrew Morton Subject: mm-create-new-mm-swaph-header-file-fix mm/memory-failure.c needs mm/swap.h Cc: Christoph Hellwig Cc: David Howells Cc: Hugh Dickins Cc: Mel Gorman Cc: NeilBrown Cc: Trond Myklebust Signed-off-by: Andrew Morton --- mm/memory-failure.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/memory-failure.c~mm-create-new-mm-swaph-header-file-fix +++ a/mm/memory-failure.c @@ -59,6 +59,7 @@ #include #include #include +#include "swap.h" #include "internal.h" #include "ras/ras_event.h" _