mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
net/: Fix some compile errors introduce with recent networking patches. Found in build testing.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user