Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

missing include in hppfs

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Al Viro 918377b6 005a59ec

+1
+1
fs/hppfs/hppfs.c
··· 15 15 #include <linux/slab.h> 16 16 #include <linux/statfs.h> 17 17 #include <linux/types.h> 18 + #include <linux/pid_namespace.h> 18 19 #include <asm/uaccess.h> 19 20 #include "os.h" 20 21