[PATCH] ns_cgroup: include proc_fs.h

From: Serge Hallyn
Date: Thu Jun 12 2008 - 16:33:38 EST


Need proc_fs.h included to slurp the PROC_NUMBUF #define.

Signed-off-by: Serge Hallyn <serge@xxxxxxxxxx>
---
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 6431fb7..d6895d0 100644
--- a/kernel/ns_cgroup.c
+++ b/kernel/ns_cgroup.c
@@ -9,6 +9,7 @@
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/nsproxy.h>
+#include <linux/proc_fs.h>

struct ns_cgroup {
struct cgroup_subsys_state css;
--
1.5.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/