diff options
-rw-r--r-- | kernel/sched/cpuacct.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched/cpuacct.c b/kernel/sched/cpuacct.c index ef57ab658722..dbb7e2cd95eb 100644 --- a/kernel/sched/cpuacct.c +++ b/kernel/sched/cpuacct.c | |||
@@ -6,6 +6,7 @@ | |||
6 | #include <linux/seq_file.h> | 6 | #include <linux/seq_file.h> |
7 | #include <linux/rcupdate.h> | 7 | #include <linux/rcupdate.h> |
8 | #include <linux/kernel_stat.h> | 8 | #include <linux/kernel_stat.h> |
9 | #include <linux/err.h> | ||
9 | 10 | ||
10 | #include "sched.h" | 11 | #include "sched.h" |
11 | 12 | ||