From: Adrian Bunk Date: Tue, 29 Apr 2008 07:59:55 +0000 (-0700) Subject: cgroups: kernel/ns_cgroup.c should #include X-Git-Tag: v2.6.26-rc1~592 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3ff31d0cca38b3c20e88a022bf38c4f7c98492f0;p=linux-2.6-omap-h63xx.git cgroups: kernel/ns_cgroup.c should #include Every file should include the headers containing the externs its global functions (in this case for ns_cgroup_clone()). Signed-off-by: Adrian Bunk Acked-by: Serge Hallyn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/ns_cgroup.c b/kernel/ns_cgroup.c index 18df038d7cd..48d7ed6fc3a 100644 --- a/kernel/ns_cgroup.c +++ b/kernel/ns_cgroup.c @@ -8,6 +8,7 @@ #include #include #include +#include struct ns_cgroup { struct cgroup_subsys_state css;