diff options
| author | Al Viro <[email protected]> | 2011-07-28 02:21:58 +0000 |
|---|---|---|
| committer | Al Viro <[email protected]> | 2011-07-28 02:21:58 +0000 |
| commit | d6b722aa383a467a43d09ee38e866981abba08ab (patch) | |
| tree | 62226cf32f7ec4367fa9dd1d96cc09cb7e577c7b /fs/hppfs/hppfs.c | |
| parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... (diff) | |
| download | kernel-d6b722aa383a467a43d09ee38e866981abba08ab.tar.gz kernel-d6b722aa383a467a43d09ee38e866981abba08ab.zip | |
hppfs: missing include
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'fs/hppfs/hppfs.c')
| -rw-r--r-- | fs/hppfs/hppfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/hppfs/hppfs.c b/fs/hppfs/hppfs.c index 8635be5ffd97..970ea987b3f6 100644 --- a/fs/hppfs/hppfs.c +++ b/fs/hppfs/hppfs.c @@ -16,6 +16,7 @@ #include <linux/statfs.h> #include <linux/types.h> #include <linux/pid_namespace.h> +#include <linux/namei.h> #include <asm/uaccess.h> #include "os.h" |
