From: Randy Dunlap Date: Wed, 19 Nov 2008 19:30:27 +0000 (-0800) Subject: coda: fix creds reference X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7596b27dbd8de7bcfa7a80b2756114b49bd5c018;p=linux-beck.git coda: fix creds reference Needs a header file for credentials struct: linux-next-20081023/fs/coda/file.c:177: error: dereferencing pointer to incomplete type Signed-off-by: Randy Dunlap Cc: Jan Harkes Cc: David Howells Cc: James Morris Signed-off-by: Andrew Morton Signed-off-by: James Morris --- diff --git a/fs/coda/file.c b/fs/coda/file.c index 5a8769985494..466303db2df6 100644 --- a/fs/coda/file.c +++ b/fs/coda/file.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include