summaryrefslogtreecommitdiff
path: root/apps/examples/telnetd/telnetd.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-04 19:13:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-04 19:13:08 -0600
commit3285efc508064d44b60120ffe903c13184482869 (patch)
tree3844c1fb247d2e5d8de17b4f390b78ed19e26c65 /apps/examples/telnetd/telnetd.c
parent9359459245f11e94dee418e424e44f598bc04039 (diff)
downloadnuttx-3285efc508064d44b60120ffe903c13184482869.tar.gz
nuttx-3285efc508064d44b60120ffe903c13184482869.tar.bz2
nuttx-3285efc508064d44b60120ffe903c13184482869.zip
NET: emoved all includes of uip.h; added includes of ip.h wherever needed. Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
Diffstat (limited to 'apps/examples/telnetd/telnetd.c')
-rw-r--r--apps/examples/telnetd/telnetd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/telnetd/telnetd.c b/apps/examples/telnetd/telnetd.c
index be3bbe98d..2541f96ef 100644
--- a/apps/examples/telnetd/telnetd.c
+++ b/apps/examples/telnetd/telnetd.c
@@ -46,6 +46,7 @@
#include <net/if.h>
#include <arpa/inet.h>
+#include <netinet/in.h>
#include <apps/netutils/telnetd.h>
#include <apps/netutils/netlib.h>