浏览代码

[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>
Adrian Bunk 18 年之前
父节点
当前提交
84c6e8cd35
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/dlm/user.c

+ 1 - 0
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;