diff options
Diffstat (limited to 'firmware/microblaze/lib/ethernet.h')
-rw-r--r-- | firmware/microblaze/lib/ethernet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/microblaze/lib/ethernet.h b/firmware/microblaze/lib/ethernet.h index 0e42d9b8d..70b7077c6 100644 --- a/firmware/microblaze/lib/ethernet.h +++ b/firmware/microblaze/lib/ethernet.h @@ -19,7 +19,7 @@ #ifndef INCLUDED_ETHERNET_H #define INCLUDED_ETHERNET_H -#include "network.h" +#include <net/eth_mac_addr.h> #include <stdbool.h> typedef void (*ethernet_link_changed_callback_t)(int speed); |