]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"
authorAdrian Bunk <bunk@stusta.de>
Sun, 9 Jul 2006 23:32:51 +0000 (01:32 +0200)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 20 Sep 2006 22:49:33 +0000 (15:49 -0700)
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>
fs/ocfs2/ioctl.c

index 68f4806d3a3542ec3dee7b5ec0cc90d40c928acb..3663cef806897ce30436b0555b6f0be9834c428c 100644 (file)
@@ -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)