summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_icmppoll.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-15 14:53:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-15 14:53:45 +0000
commit4146e9258e38aff358710951df827ab1eb63310d (patch)
tree3f9ac9233c65e3c5bfe8cdfbbac958e04680543b /nuttx/net/uip/uip_icmppoll.c
parent329bf67f0c4b6beb77e5856c8038a3202909be58 (diff)
downloadpx4-nuttx-4146e9258e38aff358710951df827ab1eb63310d.tar.gz
px4-nuttx-4146e9258e38aff358710951df827ab1eb63310d.tar.bz2
px4-nuttx-4146e9258e38aff358710951df827ab1eb63310d.zip
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2344 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/uip/uip_icmppoll.c')
-rw-r--r--nuttx/net/uip/uip_icmppoll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/net/uip/uip_icmppoll.c b/nuttx/net/uip/uip_icmppoll.c
index a910b6068..8648b509a 100644
--- a/nuttx/net/uip/uip_icmppoll.c
+++ b/nuttx/net/uip/uip_icmppoll.c
@@ -40,7 +40,6 @@
#include <nuttx/config.h>
#if defined(CONFIG_NET) && defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING)
-#include <sys/types.h>
#include <debug.h>
#include <net/uip/uipopt.h>