diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2006-01-26 22:19:57 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-01-26 22:19:57 -0500 |
commit | 97309d1a0bbdcb0813ea08574b4473d8e5416012 (patch) | |
tree | 0dcbcf5aa5146147e0ac1d0c4b73b868a67d333b /fs/nfsctl.c | |
parent | b4ea75b649417606fd6b38710a2962ec9770e772 (diff) | |
parent | efd51b5c6798d103e3aa683464aebb2019b62119 (diff) | |
download | kernel_samsung_tuna-97309d1a0bbdcb0813ea08574b4473d8e5416012.zip kernel_samsung_tuna-97309d1a0bbdcb0813ea08574b4473d8e5416012.tar.gz kernel_samsung_tuna-97309d1a0bbdcb0813ea08574b4473d8e5416012.tar.bz2 |
Merge branch 'upstream-fixes'
Diffstat (limited to 'fs/nfsctl.c')
-rw-r--r-- | fs/nfsctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsctl.c b/fs/nfsctl.c index 0b14938..0d4cf94 100644 --- a/fs/nfsctl.c +++ b/fs/nfsctl.c @@ -5,6 +5,7 @@ * */ #include <linux/config.h> +#include <linux/types.h> #include <linux/file.h> #include <linux/fs.h> #include <linux/sunrpc/svc.h> |