diff options
Diffstat (limited to 'kernel/fork.c')
-rw-r--r-- | kernel/fork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 0af64d5d8b73..c87b6f03c710 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/sched/numa_balancing.h> | 19 | #include <linux/sched/numa_balancing.h> |
20 | #include <linux/sched/stat.h> | 20 | #include <linux/sched/stat.h> |
21 | #include <linux/sched/task.h> | 21 | #include <linux/sched/task.h> |
22 | #include <linux/sched/task_stack.h> | ||
22 | #include <linux/rtmutex.h> | 23 | #include <linux/rtmutex.h> |
23 | #include <linux/init.h> | 24 | #include <linux/init.h> |
24 | #include <linux/unistd.h> | 25 | #include <linux/unistd.h> |