From: J. Bruce Fields Date: Thu, 20 Aug 2009 21:08:39 +0000 (-0400) Subject: nfs: fix compile error in rpc_pipefs.h X-Git-Tag: v2.6.32-rc1~412^2~48^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4dceef96756b667360741712a8e37490f8458516;p=karo-tx-linux.git nfs: fix compile error in rpc_pipefs.h This include is needed for the definition of delayed_work. Signed-off-by: J. Bruce Fields Signed-off-by: Trond Myklebust --- diff --git a/include/linux/sunrpc/rpc_pipe_fs.h b/include/linux/sunrpc/rpc_pipe_fs.h index a92571a34556..cf14db975da0 100644 --- a/include/linux/sunrpc/rpc_pipe_fs.h +++ b/include/linux/sunrpc/rpc_pipe_fs.h @@ -3,6 +3,8 @@ #ifdef __KERNEL__ +#include + struct rpc_pipe_msg { struct list_head list; void *data;