diff options
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/mpc5xxx_fec.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/net/mpc5xxx_fec.c b/drivers/net/mpc5xxx_fec.c index 3d3eb8bae..f8618b172 100644 --- a/drivers/net/mpc5xxx_fec.c +++ b/drivers/net/mpc5xxx_fec.c @@ -11,6 +11,7 @@  #include <mpc5xxx_sdma.h>  #include <malloc.h>  #include <net.h> +#include <netdev.h>  #include <miiphy.h>  #include "mpc5xxx_fec.h" |