diff options
author | Tony Luck <tony.luck@intel.com> | 2006-01-05 17:52:11 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-01-05 17:52:11 +0100 |
commit | 5c3eee79128c372a81a83665be2332a000944280 (patch) | |
tree | e44331d36d63adc971003cc32540d0cb0c019525 /fs/nfs/callback.c | |
parent | [IA64] incorrect return from ia64_pci_legacy_write() (diff) | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 (diff) | |
download | linux-5c3eee79128c372a81a83665be2332a000944280.tar.xz linux-5c3eee79128c372a81a83665be2332a000944280.zip |
Auto-update from upstream
Diffstat (limited to 'fs/nfs/callback.c')
-rw-r--r-- | fs/nfs/callback.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfs/callback.c b/fs/nfs/callback.c index f2ca782aba33..30cae3602867 100644 --- a/fs/nfs/callback.c +++ b/fs/nfs/callback.c @@ -14,6 +14,9 @@ #include <linux/sunrpc/svc.h> #include <linux/sunrpc/svcsock.h> #include <linux/nfs_fs.h> + +#include <net/inet_sock.h> + #include "nfs4_fs.h" #include "callback.h" |