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.

This commit is contained in:
Gregory Nutt
2014-07-04 19:13:08 -06:00
parent 069c43a5dd
commit 633fae427d
42 changed files with 96 additions and 12 deletions

View File

@@ -50,6 +50,9 @@
#include <errno.h>
#include <debug.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <nuttx/fs/nfs.h>
#include "nsh.h"