diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/ns_cgroup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/ns_cgroup.c b/kernel/ns_cgroup.c index 18df038..48d7ed6 100644 --- a/kernel/ns_cgroup.c +++ b/kernel/ns_cgroup.c @@ -8,6 +8,7 @@ #include <linux/cgroup.h> #include <linux/fs.h> #include <linux/slab.h> +#include <linux/nsproxy.h> struct ns_cgroup { struct cgroup_subsys_state css; |