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 d3e7c089b00..ddda207e584 100644 --- a/common/cmd_pci.c +++ b/common/cmd_pci.c @@ -14,6 +14,7 @@ */ #include <common.h> +#include <cli.h> #include <command.h> #include <asm/processor.h> #include <asm/io.h> |