From: Adrian Bunk Date: Sun, 25 Feb 2007 23:18:42 +0000 (+0100) Subject: [DLM] fs/dlm/user.c should #include "user.h" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=84c6e8cd359adc34d21e40efcafe09297510b3c8;p=linux-beck.git [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 Signed-off-by: Steven Whitehouse --- 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;