Skip to content

Commit

Permalink
fs/afs/callback.c should #include "cmservice.h"
Browse files Browse the repository at this point in the history
Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Adrian Bunk authored and Adrian Bunk committed Nov 8, 2005
1 parent 1b33724 commit 9f56f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/afs/callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "server.h"
#include "vnode.h"
#include "internal.h"
#include "cmservice.h"

/*****************************************************************************/
/*
Expand Down

0 comments on commit 9f56f74

Please sign in to comment.