diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-11-08 10:47:45 -0500 |
|---|---|---|
| committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2005-11-08 10:47:45 -0500 |
| commit | 6e1e8e11c78859ea71e3de4c60d86a01d26c26e0 (patch) | |
| tree | 0c4e6a4fa7b3bad4d030cf8f111dc155aee30923 | |
| parent | 000404fafcafb4fa4eee23822b21afc08bd4dd39 (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>
| -rw-r--r-- | fs/freevxfs/vxfs_bmap.c | 1 | ||||
| -rw-r--r-- | fs/freevxfs/vxfs_olt.c | 1 |
2 files changed, 2 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 |
diff --git a/fs/freevxfs/vxfs_olt.c b/fs/freevxfs/vxfs_olt.c index 133476201d84..76a0708ae978 100644 --- a/fs/freevxfs/vxfs_olt.c +++ b/fs/freevxfs/vxfs_olt.c | |||
| @@ -36,6 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | #include "vxfs.h" | 37 | #include "vxfs.h" |
| 38 | #include "vxfs_olt.h" | 38 | #include "vxfs_olt.h" |
| 39 | #include "vxfs_extern.h" | ||
| 39 | 40 | ||
| 40 | 41 | ||
| 41 | static inline void | 42 | static inline void |
