mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
bios/cmd_mdio.c: fix missing <base/mdio.h> import.
This commit is contained in:
parent
b02053357c
commit
7c69a6dbba
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue