diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-07-10 01:32:51 +0200 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-09-20 15:49:33 -0700 |
commit | 2d5625181fac18f572cbbd18878d28f5eebf4733 (patch) | |
tree | 5125d63c551d6c7be1f9a5c99b16d05a85a3db7c /fs | |
parent | ca4d147e62df370c334898464023aa7f9126abe1 (diff) |
[PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"
Every file should #include the headers containing the prototypes for its
global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ocfs2/ioctl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/ioctl.c b/fs/ocfs2/ioctl.c index 68f4806d3a3..3663cef8068 100644 --- a/fs/ocfs2/ioctl.c +++ b/fs/ocfs2/ioctl.c @@ -18,6 +18,8 @@ #include "journal.h" #include "ocfs2_fs.h" +#include "ioctl.h" + #include <linux/ext2_fs.h> static int ocfs2_get_inode_attr(struct inode *inode, unsigned *flags) |