diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-26 00:18:42 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2007-03-07 13:58:21 -0500 |
commit | 84c6e8cd359adc34d21e40efcafe09297510b3c8 (patch) | |
tree | 0f90995bf4a558030e0777ba41289134b0cdb8ed /fs/dlm/user.c | |
parent | a13cbe375303585fec1425135ed54adb62be41fc (diff) | |
download | linux-84c6e8cd359adc34d21e40efcafe09297510b3c8.tar.gz linux-84c6e8cd359adc34d21e40efcafe09297510b3c8.tar.bz2 linux-84c6e8cd359adc34d21e40efcafe09297510b3c8.zip |
[DLM] fs/dlm/user.c should #include "user.h"
Every file should include the headers containing the prototypes for
it's global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/dlm/user.c')
-rw-r--r-- | fs/dlm/user.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/user.c b/fs/dlm/user.c index 40db61dc95f2..3870150b83a4 100644 --- a/fs/dlm/user.c +++ b/fs/dlm/user.c @@ -22,6 +22,7 @@ #include "lockspace.h" #include "lock.h" #include "lvb_table.h" +#include "user.h" static const char *name_prefix="dlm"; static struct miscdevice ctl_device; |