summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 15:01:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 15:01:22 +0000
commitedb5414eb7d6cdfa0ac5fbe9e1c3fb3d7f345854 (patch)
treeb17c2f231091333ef52887384a0b5138f714202e /nuttx/net
parent17fe5e37d7a8f378d6bd0d13b070c3fdbfb65fba (diff)
downloadpx4-nuttx-edb5414eb7d6cdfa0ac5fbe9e1c3fb3d7f345854.tar.gz
px4-nuttx-edb5414eb7d6cdfa0ac5fbe9e1c3fb3d7f345854.tar.bz2
px4-nuttx-edb5414eb7d6cdfa0ac5fbe9e1c3fb3d7f345854.zip
Need to include assert.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2366 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/uip/uip_tcpconn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/net/uip/uip_tcpconn.c b/nuttx/net/uip/uip_tcpconn.c
index 40e36336b..323640812 100644
--- a/nuttx/net/uip/uip_tcpconn.c
+++ b/nuttx/net/uip/uip_tcpconn.c
@@ -49,6 +49,7 @@
#include <stdint.h>
#include <string.h>
+#include <assert.h>
#include <errno.h>
#include <debug.h>