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>
This commit is contained in:
parent
000404fafc
commit
6e1e8e11c7
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
#include "vxfs.h"
|
#include "vxfs.h"
|
||||||
#include "vxfs_inode.h"
|
#include "vxfs_inode.h"
|
||||||
|
#include "vxfs_extern.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef DIAGNOSTIC
|
#ifdef DIAGNOSTIC
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
#include "vxfs.h"
|
#include "vxfs.h"
|
||||||
#include "vxfs_olt.h"
|
#include "vxfs_olt.h"
|
||||||
|
#include "vxfs_extern.h"
|
||||||
|
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
|
Loading…
Reference in New Issue