소스 검색

[DLM] fs/dlm/ast.c should #include "ast.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: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Adrian Bunk 18 년 전
부모
커밋
8fa1de386f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fs/dlm/ast.c

+ 1 - 0
fs/dlm/ast.c

@@ -14,6 +14,7 @@
 #include "dlm_internal.h"
 #include "dlm_internal.h"
 #include "lock.h"
 #include "lock.h"
 #include "user.h"
 #include "user.h"
+#include "ast.h"
 
 
 #define WAKE_ASTS  0
 #define WAKE_ASTS  0