Skip to content

Commit

Permalink
fs/freevxfs/: add #include's
Browse files Browse the repository at this point in the history
Every file should #include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
AdrianBunk authored and Adrian Bunk committed Nov 8, 2005
1 parent 000404f commit 6e1e8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fs/freevxfs/vxfs_bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

#include "vxfs.h"
#include "vxfs_inode.h"
#include "vxfs_extern.h"


#ifdef DIAGNOSTIC
Expand Down
1 change: 1 addition & 0 deletions fs/freevxfs/vxfs_olt.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

#include "vxfs.h"
#include "vxfs_olt.h"
#include "vxfs_extern.h"


static inline void
Expand Down

0 comments on commit 6e1e8e1

Please sign in to comment.