summaryrefslogtreecommitdiff
path: root/nuttx/net/net_monitor.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 20:33:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 20:33:25 +0000
commitfaf5098e0f900b5e5fcd6bea40e6ff9ff184e137 (patch)
tree34fc95aa94c99c8990295e1c6db3fe3411a29204 /nuttx/net/net_monitor.c
parent942bbb7ad67be9b4117e752fcb4bcac280452f9f (diff)
downloadpx4-nuttx-faf5098e0f900b5e5fcd6bea40e6ff9ff184e137.tar.gz
px4-nuttx-faf5098e0f900b5e5fcd6bea40e6ff9ff184e137.tar.bz2
px4-nuttx-faf5098e0f900b5e5fcd6bea40e6ff9ff184e137.zip
NFS updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4647 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/net_monitor.c')
-rw-r--r--nuttx/net/net_monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/net/net_monitor.c b/nuttx/net/net_monitor.c
index 40d4196b2..4bdae4ccf 100644
--- a/nuttx/net/net_monitor.c
+++ b/nuttx/net/net_monitor.c
@@ -41,6 +41,7 @@
#if defined(CONFIG_NET) && defined(CONFIG_NET_TCP)
#include <stdint.h>
+#include <assert.h>
#include <debug.h>
#include "net_internal.h"