summaryrefslogtreecommitdiff
path: root/nuttx/net/net-dsec2timeval.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-09 11:58:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-09 11:58:50 +0000
commitd12e00bdd6ffbb39ab5d45d5d5a484d293108021 (patch)
treea5ac9dcc5be841e9edff869055b73651f525072c /nuttx/net/net-dsec2timeval.c
parent712b9f5349a81fe56fa060ccb8aa13e0db830657 (diff)
downloadpx4-nuttx-d12e00bdd6ffbb39ab5d45d5d5a484d293108021.tar.gz
px4-nuttx-d12e00bdd6ffbb39ab5d45d5d5a484d293108021.tar.bz2
px4-nuttx-d12e00bdd6ffbb39ab5d45d5d5a484d293108021.zip
Added network init; refactored some header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@338 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/net-dsec2timeval.c')
-rw-r--r--nuttx/net/net-dsec2timeval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/net/net-dsec2timeval.c b/nuttx/net/net-dsec2timeval.c
index d9b81b436..0ff1ab2c2 100644
--- a/nuttx/net/net-dsec2timeval.c
+++ b/nuttx/net/net-dsec2timeval.c
@@ -43,6 +43,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>
+#include <nuttx/clock.h>
#include "net-internal.h"