From: Christian Brauner Date: Mon, 22 Sep 2025 12:42:35 +0000 (+0200) Subject: cgroup: add missing ns_common include X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8535bd38b4d58a3d19bf8e7dfa66e1d8180b316a;p=users%2Fhch%2Fmisc.git cgroup: add missing ns_common include Add the missing include of the ns_common header. Acked-by: Tejun Heo Reviewed-by: Jan Kara Signed-off-by: Christian Brauner --- diff --git a/include/linux/cgroup_namespace.h b/include/linux/cgroup_namespace.h index b7dbf4d623d2..81ccbdee425b 100644 --- a/include/linux/cgroup_namespace.h +++ b/include/linux/cgroup_namespace.h @@ -2,6 +2,8 @@ #ifndef _LINUX_CGROUP_NAMESPACE_H #define _LINUX_CGROUP_NAMESPACE_H +#include + struct cgroup_namespace { struct ns_common ns; struct user_namespace *user_ns;