forked from nuttx/nuttx-update
net/: Fix some compile errors introduce with recent networking patches. Found in build testing.
This commit is contained in:
parent
e294162697
commit
b93c3c13c4
2 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
#include <net/ethernet.h>
|
||||
#include <nuttx/net/netconfig.h>
|
||||
#include <nuttx/net/netdev.h>
|
||||
#include <nuttx/net/ethernet.h>
|
||||
#include <nuttx/net/bluetooth.h>
|
||||
|
||||
#include "utils/utils.h"
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
#include <nuttx/net/netconfig.h>
|
||||
#include <nuttx/net/net.h>
|
||||
#include <nuttx/net/netdev.h>
|
||||
#include <nuttx/net/ethernet.h>
|
||||
|
||||
#include "devif/devif.h"
|
||||
#include "pkt/pkt.h"
|
||||
|
|
Loading…
Reference in a new issue