diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-08 10:56:17 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2005-11-08 10:56:17 -0500 |
commit | 9f56f743e8dcc470322c7efd5d307a32665ba05c (patch) | |
tree | 267794af772d36e0602404021eb939cbdf1441a3 | |
parent | 1b33724a442b5e390ddc7507df3aeeb914915571 (diff) |
fs/afs/callback.c should #include "cmservice.h"
Every file should include the headers containing the prototypes for
it's global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r-- | fs/afs/callback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/callback.c b/fs/afs/callback.c index 2fd62f89ae01..9cb206e9d4be 100644 --- a/fs/afs/callback.c +++ b/fs/afs/callback.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include "server.h" | 19 | #include "server.h" |
20 | #include "vnode.h" | 20 | #include "vnode.h" |
21 | #include "internal.h" | 21 | #include "internal.h" |
22 | #include "cmservice.h" | ||
22 | 23 | ||
23 | /*****************************************************************************/ | 24 | /*****************************************************************************/ |
24 | /* | 25 | /* |