Fix small build problems found in build testing.

This commit is contained in:
Gregory Nutt 2017-08-08 18:37:42 -06:00
parent 663f5dfbdd
commit 7c142be7ec
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include <errno.h>
#include <nuttx/mm/iob.h>
#include <nuttx/net/ip.h>
#include <nuttx/net/netstats.h>

View File

@ -42,6 +42,7 @@
#include <stdint.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/net.h>
#include "devif/devif.h"
#include "ipforward/ipforward.h"