diff options
Diffstat (limited to 'drivers/net/pic32_eth.c')
-rw-r--r-- | drivers/net/pic32_eth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/pic32_eth.c b/drivers/net/pic32_eth.c index eea3c48aeff..1333a3aa7e4 100644 --- a/drivers/net/pic32_eth.c +++ b/drivers/net/pic32_eth.c @@ -3,6 +3,7 @@ * (c) 2015 Purna Chandra Mandal <purna.mandal@microchip.com> * */ +#include <common.h> #include <cpu_func.h> #include <errno.h> #include <dm.h> |