From 3285efc508064d44b60120ffe903c13184482869 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 4 Jul 2014 19:13:08 -0600 Subject: 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. --- apps/nshlib/nsh_netinit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/nshlib/nsh_netinit.c') diff --git a/apps/nshlib/nsh_netinit.c b/apps/nshlib/nsh_netinit.c index b59eaf571..ec502e796 100644 --- a/apps/nshlib/nsh_netinit.c +++ b/apps/nshlib/nsh_netinit.c @@ -45,6 +45,8 @@ #include #include +#include +#include #include #if defined(CONFIG_NSH_DHCPC) || defined(CONFIG_NSH_DNS) -- cgit v1.2.3