summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/nfs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-05-12 04:10:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-05-12 04:10:20 +0000
commit7e1d1e4b9ad1fbdffbee033ebbb3e147f9cccc35 (patch)
treeb183f6e849593a526a216feab97c3548e806b70b /cpukit/libnetworking/nfs
parent2011-05-12 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7e1d1e4b9ad1fbdffbee033ebbb3e147f9cccc35.tar.bz2
Make self-contained.
Diffstat (limited to 'cpukit/libnetworking/nfs')
-rw-r--r--cpukit/libnetworking/nfs/nfsproto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libnetworking/nfs/nfsproto.h b/cpukit/libnetworking/nfs/nfsproto.h
index 9c937068a2..a9ca6a9189 100644
--- a/cpukit/libnetworking/nfs/nfsproto.h
+++ b/cpukit/libnetworking/nfs/nfsproto.h
@@ -40,6 +40,8 @@
#ifndef _NFS_NFSPROTO_H_
#define _NFS_NFSPROTO_H_
+#include <sys/mount.h> /* fhandle_t */
+
/*
* nfs definitions as per the Version 2 and 3 specs
*/