From: Adrian Bunk 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 --- kernel/ns_cgroup.c | 1 + 1 file changed, 1 insertion(+) diff -puN kernel/ns_cgroup.c~cgroups-kernel-ns_cgroupc-should-include-linux-nsproxyh kernel/ns_cgroup.c --- a/kernel/ns_cgroup.c~cgroups-kernel-ns_cgroupc-should-include-linux-nsproxyh +++ a/kernel/ns_cgroup.c @@ -7,6 +7,7 @@ #include #include #include +#include struct ns_cgroup { struct cgroup_subsys_state css; _