proc: fix build broken by proc inode per namespace patch

Change-Id: I119e4f31584b4a7ab9d6825499947d59c1293f1b
diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c
index c14b7b9..0e5685f 100644
--- a/kernel/user_namespace.c
+++ b/kernel/user_namespace.c
@@ -11,6 +11,7 @@
 #include <linux/user_namespace.h>
 #include <linux/highuid.h>
 #include <linux/cred.h>
+#include <linux/proc_fs.h>
 
 static struct kmem_cache *user_ns_cachep __read_mostly;