1
0
Fork 0
forked from nuttx/nuttx-update

net/: Fix some compile errors introduce with recent networking patches. Found in build testing.

This commit is contained in:
Gregory Nutt 2018-11-09 14:25:44 -06:00
parent e294162697
commit b93c3c13c4
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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"