summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs/nfs_proto.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 23:21:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 23:21:30 +0000
commitaee2480fc6f591ac4b0d62cbba3770a033331819 (patch)
tree462a51b8aff86cae0d449394d56e3720da7a5565 /nuttx/fs/nfs/nfs_proto.h
parenta8aed07667d2a225ca6b09fadb91e66d7c554312 (diff)
downloadpx4-nuttx-aee2480fc6f591ac4b0d62cbba3770a033331819.tar.gz
px4-nuttx-aee2480fc6f591ac4b0d62cbba3770a033331819.tar.bz2
px4-nuttx-aee2480fc6f591ac4b0d62cbba3770a033331819.zip
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4650 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nfs/nfs_proto.h')
-rw-r--r--nuttx/fs/nfs/nfs_proto.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/fs/nfs/nfs_proto.h b/nuttx/fs/nfs/nfs_proto.h
index b82b2e104..7fecb60b4 100644
--- a/nuttx/fs/nfs/nfs_proto.h
+++ b/nuttx/fs/nfs/nfs_proto.h
@@ -47,8 +47,10 @@
* Included Files
****************************************************************************/
- #include <nuttx/fs/nfs.h>
+#include <nuttx/fs/nfs.h>
+#include "nfs.h"
+
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@@ -302,7 +304,7 @@ typedef struct fhandle fhandle_t;
/*
union nfsfh
{
-fhandle_t fh_generic;
+ fhandle_t fh_generic;
unsigned char fh_bytes[NFS_MAXFHSIZE];
};
typedef union nfsfh nfsfh_t;