summaryrefslogtreecommitdiff
path: root/apps/examples/tcpecho/tcpecho_main.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-02 16:04:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-02 16:04:25 -0600
commitd103465a456ac87392afd42dbfebd3252ccbf2c6 (patch)
tree08dbfc80efa9d36da0859d15c514a7d86165625e /apps/examples/tcpecho/tcpecho_main.c
parent7668388eb7fd1960efaa409e3191cc7b7d5cb014 (diff)
downloadnuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.tar.gz
nuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.tar.bz2
nuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.zip
NET: Rename uiplib/UIPLIB to netlib/NETLIB
Diffstat (limited to 'apps/examples/tcpecho/tcpecho_main.c')
-rw-r--r--apps/examples/tcpecho/tcpecho_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/tcpecho/tcpecho_main.c b/apps/examples/tcpecho/tcpecho_main.c
index 831f1f483..df8c6983d 100644
--- a/apps/examples/tcpecho/tcpecho_main.c
+++ b/apps/examples/tcpecho/tcpecho_main.c
@@ -57,7 +57,7 @@
#include <nuttx/net/uip.h>
#include <nuttx/net/arp.h>
-#include <apps/netutils/uiplib.h>
+#include <apps/netutils/netlib.h>
#ifdef CONFIG_EXAMPLES_TCPECHO_DHCPC
# include <arpa/inet.h>