fs/afs/callback.c should #include "cmservice.h"
authorAdrian Bunk <bunk@stusta.de>
Tue, 8 Nov 2005 15:56:17 +0000 (16:56 +0100)
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>
Tue, 8 Nov 2005 15:56:17 +0000 (16:56 +0100)
Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
fs/afs/callback.c

index 2fd62f89ae0175d65381b55418fbb21012995348..9cb206e9d4be138a17f10c35e8d4323b0bc514bd 100644 (file)
@@ -19,6 +19,7 @@
 #include "server.h"
 #include "vnode.h"
 #include "internal.h"
+#include "cmservice.h"
 
 /*****************************************************************************/
 /*
This page took 0.025282 seconds and 5 git commands to generate.