aboutsummaryrefslogtreecommitdiffstats
path: root/fs/freevxfs/vxfs_bmap.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-11-08 10:47:45 -0500
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2005-11-08 10:47:45 -0500
commit6e1e8e11c78859ea71e3de4c60d86a01d26c26e0 (patch)
tree0c4e6a4fa7b3bad4d030cf8f111dc155aee30923 /fs/freevxfs/vxfs_bmap.c
parent000404fafcafb4fa4eee23822b21afc08bd4dd39 (diff)
fs/freevxfs/: add #include's
Every file should #include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs/freevxfs/vxfs_bmap.c')
-rw-r--r--fs/freevxfs/vxfs_bmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/freevxfs/vxfs_bmap.c b/fs/freevxfs/vxfs_bmap.c
index d3f6b2835bc8..2d71128bd8d6 100644
--- a/fs/freevxfs/vxfs_bmap.c
+++ b/fs/freevxfs/vxfs_bmap.c
@@ -36,6 +36,7 @@
36 36
37#include "vxfs.h" 37#include "vxfs.h"
38#include "vxfs_inode.h" 38#include "vxfs_inode.h"
39#include "vxfs_extern.h"
39 40
40 41
41#ifdef DIAGNOSTIC 42#ifdef DIAGNOSTIC