diff options
Diffstat (limited to 'common/cmd_pci.c')
-rw-r--r-- | common/cmd_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_pci.c b/common/cmd_pci.c index 1ed55cedb1..180b35ab0f 100644 --- a/common/cmd_pci.c +++ b/common/cmd_pci.c @@ -14,6 +14,7 @@ */ #include <common.h> +#include <bootretry.h> #include <cli.h> #include <command.h> #include <asm/processor.h> |