summaryrefslogtreecommitdiff
path: root/apps/examples/udp
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-24 10:14:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-24 10:14:15 -0600
commit2399e0d1f94d9ac375ec43ee728124cd2c137915 (patch)
tree53a356248d4efa61e643852cad4e18dd5b634483 /apps/examples/udp
parent47b78f32cc766651d93c79d1edbf61876d419bad (diff)
downloadnuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.tar.gz
nuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.tar.bz2
nuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.zip
Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h
Diffstat (limited to 'apps/examples/udp')
-rw-r--r--apps/examples/udp/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/udp/target.c b/apps/examples/udp/target.c
index d7b64638d..229dc261b 100644
--- a/apps/examples/udp/target.c
+++ b/apps/examples/udp/target.c
@@ -41,7 +41,7 @@
#include <stdio.h>
#include <debug.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <apps/netutils/uiplib.h>
#include "udp-internal.h"