X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fnfs.h;fp=include%2Flinux%2Fnfs.h;h=54af92c1c70b29c1f0eb9f4369a015714531fa34;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=ca2ffa6ae1d5ef0da33d8d265c1ac6579217fa3b;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/include/linux/nfs.h b/include/linux/nfs.h index ca2ffa6ae..54af92c1c 100644 --- a/include/linux/nfs.h +++ b/include/linux/nfs.h @@ -7,9 +7,6 @@ #ifndef _LINUX_NFS_H #define _LINUX_NFS_H -#include -#include - #define NFS_PROGRAM 100003 #define NFS_PORT 2049 #define NFS_MAXDATA 8192 @@ -129,7 +126,10 @@ enum nfs_ftype { NFFIFO = 8 }; -#if defined(__KERNEL__) +#ifdef __KERNEL__ +#include +#include + /* * This is the kernel NFS client file handle representation */