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 1c999f3e0b47..89f666491d1f 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
@@ -42,6 +42,7 @@ | |||
42 | #include <linux/profile.h> | 42 | #include <linux/profile.h> |
43 | #include <linux/rmap.h> | 43 | #include <linux/rmap.h> |
44 | #include <linux/acct.h> | 44 | #include <linux/acct.h> |
45 | #include <linux/tsacct_kern.h> | ||
45 | #include <linux/cn_proc.h> | 46 | #include <linux/cn_proc.h> |
46 | #include <linux/delayacct.h> | 47 | #include <linux/delayacct.h> |
47 | #include <linux/taskstats_kern.h> | 48 | #include <linux/taskstats_kern.h> |