Browse Source

nfs: fix compile error in rpc_pipefs.h

This include is needed for the definition of delayed_work.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
J. Bruce Fields 16 years ago
parent
commit
4dceef9675
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/linux/sunrpc/rpc_pipe_fs.h

+ 2 - 0
include/linux/sunrpc/rpc_pipe_fs.h

@@ -3,6 +3,8 @@
 
 #ifdef __KERNEL__
 
+#include <linux/workqueue.h>
+
 struct rpc_pipe_msg {
 	struct list_head list;
 	void *data;