diff options
Diffstat (limited to 'fs/hppfs/hppfs.c')
| -rw-r--r-- | fs/hppfs/hppfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hppfs/hppfs.c b/fs/hppfs/hppfs.c index c1dffe47fde..a68cb209251 100644 --- a/fs/hppfs/hppfs.c +++ b/fs/hppfs/hppfs.c @@ -18,7 +18,7 @@  #include <linux/pid_namespace.h>  #include <linux/namei.h>  #include <asm/uaccess.h> -#include "os.h" +#include <os.h>  static struct inode *get_inode(struct super_block *, struct dentry *);  |