Fix Ethernet driver build (#11096)

Include the missing header file inclusion to find the added
MBED_DEPRECATED macro.
pull/11073/head
Hugues Kamba 2019-07-23 15:43:19 +01:00 committed by Evelyne Donnaes
parent df5baf6031
commit c6b0a1488b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#define MBED_ETHERNET_API_H
#include "device.h"
#include "platform/mbed_toolchain.h"
#if DEVICE_ETHERNET