Add some inclusions of nuttx/net.h to two files. Without these there can be compilation errors in certain configurations. From Max Neklyudov.

This commit is contained in:
Gregory Nutt 2015-02-13 13:43:19 -06:00
parent 0fcd620404
commit 77d8f2f63d
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@
#include <nuttx/net/netconfig.h>
#include <nuttx/net/netstats.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/net.h>
#include <nuttx/net/icmpv6.h>
#include "utils/utils.h"

View File

@ -43,6 +43,7 @@
#include <string.h>
#include <debug.h>
#include <nuttx/net/net.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/netstats.h>