diff options
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/memory.c b/mm/memory.c index 14fc0b40f0bb..a97a4cec2e1f 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -40,6 +40,10 @@ | |||
40 | 40 | ||
41 | #include <linux/kernel_stat.h> | 41 | #include <linux/kernel_stat.h> |
42 | #include <linux/mm.h> | 42 | #include <linux/mm.h> |
43 | #include <linux/sched/mm.h> | ||
44 | #include <linux/sched/coredump.h> | ||
45 | #include <linux/sched/numa_balancing.h> | ||
46 | #include <linux/sched/task.h> | ||
43 | #include <linux/hugetlb.h> | 47 | #include <linux/hugetlb.h> |
44 | #include <linux/mman.h> | 48 | #include <linux/mman.h> |
45 | #include <linux/swap.h> | 49 | #include <linux/swap.h> |