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-Url: http://git.efficios.com/?a=commitdiff_plain;h=4dceef96756b667360741712a8e37490f8458516;p=deliverable%2Flinux.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;