bios/cmd_mdio.c: fix missing <base/mdio.h> import.

This commit is contained in:
Florent Kermarrec 2020-05-03 10:54:35 +02:00
parent b02053357c
commit 7c69a6dbba

View file

@ -5,6 +5,8 @@
#include <generated/csr.h> #include <generated/csr.h>
#include <base/mdio.h>
#include "../command.h" #include "../command.h"
#include "../helpers.h" #include "../helpers.h"