diff options
Diffstat (limited to 'cmd/pci_mps.c')
-rw-r--r-- | cmd/pci_mps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/pci_mps.c b/cmd/pci_mps.c index 19e71db8cb..98161da93a 100644 --- a/cmd/pci_mps.c +++ b/cmd/pci_mps.c @@ -6,6 +6,7 @@ * PCI Express Maximum Packet Size (MPS) configuration */ +#include <common.h> #include <bootretry.h> #include <cli.h> #include <command.h> |