summaryrefslogtreecommitdiff
path: root/nuttx/fs/nfs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-15 15:18:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-15 15:18:35 -0600
commit1169d36fd1d02c9c0432ee3317c4a749931c7f68 (patch)
tree6403ed9b9569bd1fc3c779313a6b00d122570ea1 /nuttx/fs/nfs
parent0b348732427125d0555ff8002f24576f441d4834 (diff)
downloadpx4-nuttx-1169d36fd1d02c9c0432ee3317c4a749931c7f68.tar.gz
px4-nuttx-1169d36fd1d02c9c0432ee3317c4a749931c7f68.tar.bz2
px4-nuttx-1169d36fd1d02c9c0432ee3317c4a749931c7f68.zip
Suffer the consequences of moving struct timeval to its correct location
Diffstat (limited to 'nuttx/fs/nfs')
-rw-r--r--nuttx/fs/nfs/rpc_clnt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/fs/nfs/rpc_clnt.c b/nuttx/fs/nfs/rpc_clnt.c
index e19588404..ea62e1053 100644
--- a/nuttx/fs/nfs/rpc_clnt.c
+++ b/nuttx/fs/nfs/rpc_clnt.c
@@ -79,6 +79,7 @@
****************************************************************************/
#include <sys/socket.h>
+#include <sys/time.h>
#include <queue.h>
#include <time.h>
#include <netinet/in.h>