projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005a59e
)
missing include in hppfs
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 7 Jun 2010 03:56:02 +0000
(23:56 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:47:26 +0000
(16:47 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hppfs/hppfs.c
patch
|
blob
|
history
diff --git
a/fs/hppfs/hppfs.c
b/fs/hppfs/hppfs.c
index 826c3f9d29ac665f11f66d2c83c1922041629137..943ce751ce19bd121f811ceaea151dc1c79eee0d 100644
(file)
--- a/
fs/hppfs/hppfs.c
+++ b/
fs/hppfs/hppfs.c
@@
-15,6
+15,7
@@
#include <linux/slab.h>
#include <linux/statfs.h>
#include <linux/types.h>
+#include <linux/pid_namespace.h>
#include <asm/uaccess.h>
#include "os.h"