[DLM] fs/dlm/user.c should #include "user.h"
authorAdrian Bunk <bunk@stusta.de>
Sun, 25 Feb 2007 23:18:42 +0000 (00:18 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 7 Mar 2007 18:58:21 +0000 (13:58 -0500)
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>
fs/dlm/user.c

index 40db61d..3870150 100644 (file)
@@ -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;