From c04671c08cdb0dc8dbc6ba4120d504c5ea8fbdf6 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 8 Nov 2011 11:20:22 +1100 Subject: [PATCH] cgroups: ERR_PTR needs err.h Signed-off-by: Stephen Rothwell Cc: Frederic Weisbecker Signed-off-by: Andrew Morton --- kernel/cgroup_task_counter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/cgroup_task_counter.c b/kernel/cgroup_task_counter.c index 237490529bdd..d3b2a8290fef 100644 --- a/kernel/cgroup_task_counter.c +++ b/kernel/cgroup_task_counter.c @@ -8,11 +8,11 @@ * */ +#include #include #include #include - struct task_counter { struct res_counter res; struct cgroup_subsys_state css; -- 2.39.5